gitMkara

Results 3 comments of gitMkara

you can display the sorted data coming from your BE by using `onTableChange: (action, tableState) => {...}`.

I see. You can use ``. You're able to pass custom components to there. For example, copy TableToolbar codes in this repo, change wherever you want. in my opinion, it'll...

`options { onTableChange: (action, tableState) =>{...} }` is triggered when any state in the table is updated. it might be used.