application-research / estuary-www

https://estuary.tech
https://estuary.tech
Other
36 stars 31 forks source link

added pagination, sorting, and filtering to the Files Table #69

Closed kelindi closed 2 years ago

kelindi commented 2 years ago

Created a new component called FilesTable.tsx that replaces the current table. This new table supports pagination, sorting, and filtering through the use of the react-table hooks library.

image