react-data-table-component-extensions icon indicating copy to clipboard operation
react-data-table-component-extensions copied to clipboard

how to use the cellExport props?

Open fakhrikev opened this issue 2 years ago • 1 comments

I checked the documentation 'cellExport' column props as function. How do I use it?

fakhrikev avatar Apr 19 '22 07:04 fakhrikev

use it like this: { id: 'id', name: 'name', selector: row => row.descricao, cellExport: row => row.descricao, sortable: true, grow: 3, reorder: true },

devkoderia avatar Feb 10 '23 20:02 devkoderia