Instructions
Build a data table with sortable columns and a filter input. Sort by clicking column headers.
Hints
- Use useState for sort and filter
- Sort and filter the data array
Tags
ReactTableSortingFiltering
GoogleMetaAmazon
Use the editor on the right to write your code.
The preview will update automatically as you type.