feat: add server-side table sorting
This commit is contained in:
@@ -82,6 +82,7 @@ export function useTenantColumns({
|
||||
columns.push({
|
||||
id: 'actions',
|
||||
header: () => <div className="text-right">Actions</div>,
|
||||
enableSorting: false,
|
||||
cell: ({ row }) => {
|
||||
const tenant = row.original;
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user