Special Handling of Certain Columns on Export

Special Handling of Certain Columns on Export

elroyjetsonelroyjetson Posts: 1Questions: 1Answers: 0

I am porting a table to DataTables that permits user interaction in certain columns. One column has four checkboxes that could randomly be selected per cell. PHP posts fire to save the data on the backend. Another column has a dropdown that can be manipulated within the cell and php posts fire for it as well. When I attempt a csv export with datatables, all of the dropdown options are written. Is it possible to override export on certain columns to only write the selected option? And only the checked boxes?
Thanks
Alec

This discussion has been closed.