SPRINT-12: added pagination to top of entity list table, fix for record not found view enttity, store rowsperpage in local storage per table

This commit is contained in:
Tim Chamberlain
2022-10-06 19:17:31 -05:00
parent c87871860e
commit 0182db5f02
3 changed files with 128 additions and 110 deletions

View File

@ -111,6 +111,13 @@
font-size: 14px;
}
.MuiDataGrid-toolbarContainer .pagination
{
display: flex;
flex-grow: 1;
justify-content: flex-end;
}
/* Help make the radio, text, and icon wrap in a good way */
.doFullValidationRadios label
{