Juninho De Luca

Results 6 comments of Juninho De Luca

Heya... What can I help?

There's not a built-in Excel button, but you can follow the same logic of [https://react-data-table-component.netlify.app/?path=/story/examples-export-csv--export-csv](https://react-data-table-component.netlify.app/?path=/story/examples-export-csv--export-csv ) which makes use of the benefits of the actions component

Please, check this link [https://react-data-table-component.netlify.app/?path=/docs/api-props--page](https://react-data-table-component.netlify.app/?path=/docs/api-props--page) Section Row Expander, look for onRowExpandToggled

Not sure if is possible to do for full library, but you can ever do it by component. Check here https://react-data-table-component.netlify.app/?path=/docs/api-props--page and look for noDataComponent. It could be string or...

Hi. Nice to know I'm helping. Basically, all pieces of DataTable React Component are made by smaller components. If you wanna change something inside the paginator component, just implement the...

Hey! You can look for specific customization here [on this link](https://react-data-table-component.netlify.app/?path=/docs/api-custom-styles--page) You can check all options for css custom styles [here](https://github.com/jbetancur/react-data-table-component/blob/master/src/DataTable/styles.ts) Try this: ``` const customStyles = { headRow: {...