Skip to content

Commit

Permalink
add better solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Madmat8 committed Sep 20, 2023
1 parent f6a4335 commit 6a2f511
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const baseTableConfig: Partial<{{ muiDataGridPropsType }}<any>> = {

export const serverTableConfig: Partial<{{ muiDataGridPropsType }}<any>> = {
...baseTableConfig,
sortingOrder: ['asc', 'desc', null],
sortingMode: 'server',
paginationMode: 'server',
};
Expand Down

0 comments on commit 6a2f511

Please sign in to comment.