Hi everyone, this time I want to show you a simple component that I made in React JS to visualize and manage your data in a table.
It's inspired in the popular JQuery library DataTables
Features
The next are the features that I added so far.
- Set title of columns.
- Set rows per page.
- Filter the data.
- Pagination control.
- On row click callback.
Now I have a developer blog, continue reading this post here: https://hhsm95.dev/blog/simple-react-datatable/
Thank you!
I want to add image in data table and add buttons
Pls help me