React-datatable is a component which provide ability to create multifunctional table using single component like jQuery Datatable. It's fully customizable and easy to integrate in any react component.
I'm passing responsive: true to my tables. However, the plugin is not triggered. Do I need to load it separately, and if so, how?
The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables: This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in ...