TanStack / table

🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
https://tanstack.com/table
MIT License
25.01k stars 3.07k forks source link

Fix on[State]Change example #5506

Closed geryogam closed 5 months ago

KevinVandy commented 5 months ago

This doesn't make a difference?

geryogam commented 5 months ago

Are you sure? Then why creating variable newSortingValue if we are not using it?

KevinVandy commented 5 months ago

To show that you can do something with that value.

geryogam commented 5 months ago

Okay I see, thanks.