mdbootstrap / mdb-react-ui-kit

React 18 & Bootstrap 5 & Material Design 2.0 UI KIT
https://mdbootstrap.com/docs/b5/react/
Other
1.41k stars 264 forks source link

Could you make DataTableComponents public to allow better DataTable customization? #82

Closed bakanov closed 5 years ago

bakanov commented 5 years ago

I would like to customize some behavior in MDBDataTable. It would be nice to use components from DataTableComponents folder, but they are not exported.

AAndrasiuk commented 5 years ago

Hi,

In what way you want to customize these components? Maybe this will be possible without exporting them.

As one of the options, you can download our Datatable components and add them as separate files to your project. And then you can customize them as you want.

Best regards.