react-data-table-component-extensions
react-data-table-component-extensions copied to clipboard
how to use the cellExport props?
I checked the documentation 'cellExport' column props as function. How do I use it?
use it like this:
{ id: 'id', name: 'name', selector: row => row.descricao, cellExport: row => row.descricao, sortable: true, grow: 3, reorder: true },