fix: remove header bug (#26438)
* remove header and add standard pagination * Remove unused props from OutOfOfficeEntriesList Removed unnecessary props from the data table component. * removed standard pagination * fix * Update OutOfOfficeEntriesList.tsx * remove unnecessary padding --------- Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com> Co-authored-by: Keith Williams <keithwillcode@gmail.com>
This commit is contained in:
co-authored by
Anik Dhabal Babu
Keith Williams
parent
1e67f98970
commit
3aa6499cd4
@@ -350,6 +350,7 @@ function OutOfOfficeEntriesListContent({
|
||||
dateRange: false,
|
||||
},
|
||||
},
|
||||
enableHiding: false,
|
||||
enableRowSelection: false,
|
||||
manualPagination: true,
|
||||
getCoreRowModel: getCoreRowModel(),
|
||||
|
||||
Reference in New Issue
Block a user