- fixed back to users;

- added table user paginated;
- added persistence for filter in the table with assigning functionality;
This commit is contained in:
Vitalii Kiiko
2025-04-02 12:59:01 +02:00
parent 972e624266
commit 5357d9e8d0
4 changed files with 172 additions and 22 deletions

View File

@@ -46,7 +46,7 @@ const AllDomandeTable = ({ openDialogFn, updaterString = '' }) => {
if (data.status === 'SUCCESS') {
setItems(getFormattedData(data.data));
setStatuses(uniq(data.data.map(o => o.status)))
initFilters();
//initFilters();
}
setLocalAsyncRequest(false);
}