Hello,
I have a BootstrapTable which have a CSV export, in my table my cells have this format : data1 / nbOfData1
I don't want to display the nbOfData1 in my CSV file. Is there a way to do that ? Or to pass an other data to the CSV export than the BootstrapTable data's ?
I temporarily created two BootstrapTable, one with the CSV data's (wich is hidden and just show the CSV download Button) and an other BootstrapTable with the data I want in the table (which is not hidden). But I think it's a really ugly solution.
Someone can help me ?