DEV Community

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

Collapse
 
kennyward85 profile image
Kenneth Wardlow

Were you going to be adding the examples of this with a sortable table possibly by clicking on the headers to sort alphabetically or a search to narrow down with key characters

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