custom notification and duplicate index of datatable to main and start making context for table filtering

This commit is contained in:
2024-06-18 15:02:18 +03:30
parent 9886ed52db
commit 18edfac9f9
16 changed files with 180 additions and 181 deletions

View File

@@ -65,7 +65,9 @@ const DataTable_Paper = ({table, ...rest}) => {
>
{enableTopToolbar &&
(parseFromValuesOrFunc(renderTopToolbar, {table}) ?? (
<DataTable_TopToolbar table={table} columns={paperProps.columns}/>
<DataTable_TopToolbar table={table} columns={paperProps.columns} userid={paperProps.userid}
pagename={paperProps.pagename}
tablename={paperProps.tablename}/>
))}
<DataTable_TableContainer table={table}/>
{enableBottomToolbar &&