custom notification and duplicate index of datatable to main and start making context for table filtering
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user