Skip to content

Commit

Permalink
JNG-5198 fix Remove order functionality is missing from dialog tables (
Browse files Browse the repository at this point in the history
…#238)

* fix Remove order functionality is missing from dialog tables

* add better solution
  • Loading branch information
Madmat8 authored Sep 20, 2023
1 parent a137180 commit a5f0ad0
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'],
sortingMode: 'server',
paginationMode: 'server',
};
Expand Down

0 comments on commit a5f0ad0

Please sign in to comment.