DEV Community

dotnotguy
dotnotguy

Posted on

React Datatable

Hello, I'm learning React and wondering if anyone can point me to a datatable that I can use that is similar to JQuery Datatable or can I use that exact one in my project? I'm calling my data from an WebAPI and getting JSON back. I'm trying to use the react-datatable, but with no luck. I need to add checkboxes, and some dropdowns, however, I can't see how I can. Can anyone point me to some examples or a working React Datatable component that allows checkboxes, edit, delete, sorting, paging, etc. ?

Top comments (0)