Skip to content

Commit

Permalink
Fixed the fixed row number of the table in view muster roll screen (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulika-eGov authored Oct 16, 2023
1 parent 4da35cd commit f37868b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@egovernments/digit-ui-module-hrms": "1.5.26",
"@egovernments/digit-ui-module-dss": "1.5.52",
"@egovernments/digit-ui-react-components": "^1.5.0",
"@egovernments/digit-ui-module-attendencemgmt": "0.2.4",
"@egovernments/digit-ui-module-attendencemgmt": "0.2.5",
"@egovernments/digit-ui-module-contracts": "0.2.10",
"@egovernments/digit-ui-module-estimate": "0.2.1",
"@egovernments/digit-ui-module-masters": "0.2.24",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-module-attendencemgmt",
"version": "0.2.4",
"version": "0.2.5",
"description": "Attendence Management Module UI",
"main": "dist/index.js",
"module": "dist/index.modern.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ const WeekAttendence = ({ state, dispatch, modify, setSaveAttendanceState, weekD
initSortId="S N "
data={tableRow}
totalRecords={tableRow.length}
pageSizeLimit={tableRow.length}
columns={tableColumns}
isPaginationRequired={false}
getCellProps={(cellInfo) => {
Expand Down
2 changes: 1 addition & 1 deletion frontend/micro-ui/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@egovernments/digit-ui-customisation-mukta": "0.2.0",
"@egovernments/digit-ui-libraries": "1.5.0",
"@egovernments/digit-ui-module-attendencemgmt": "0.2.4",
"@egovernments/digit-ui-module-attendencemgmt": "0.2.5",
"@egovernments/digit-ui-module-contracts": "0.2.10",
"@egovernments/digit-ui-module-core": "1.5.46",
"@egovernments/digit-ui-module-dss": "1.5.52",
Expand Down

0 comments on commit f37868b

Please sign in to comment.