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 encountered an issue when using both colResizable and DataTables in a certain case. When scrolling is enabled in DataTables, colResizable only resizes the td elements, and no longer the th elements.