DEV Community

Discussion on: Learn how to create React JS table with delete functionality using API and hooks

Collapse
 
abdulbasit313 profile image
Abdul Basit

Not that difficult. Just make a sorting function and call it on click where you want.
Material ui and antd table already have sorting functionality you can use that too.

Collapse
 
kennyward85 profile image
Kenneth Wardlow

Thanks it's my first react project so wrapping my head around all of it still lol