Description:
ReactDatatable is a component which provides an ability to create a multifunctional table using a single component like jQuery Datatable.
It’s fully customizable and easy to integrate in any react component. Bootstrap compatible.
Features:
- Lightweight
- Fully customizable (JSX, templates, state, styles, callbacks)
- Client-side & Server Side Pagination
- Multi-sort
- Filters
- Minimal design
- Fully controllable via optional props and callbacks
Installation:
# NPM $ npm install @ashvin27/react-datatable --save







How do you add checkboxes and show that value from the JSON data that’s returned in the DataTable?