Exporting displayed data by fnGetTableData
Exporting displayed data by fnGetTableData
norglaw
Posts: 9Questions: 0Answers: 0
Hi,
fnGetTableData is a great function, it works pretty well with column and row filtering.
However, a fnRender on the column is not taken into account.
For instance, I display region labels in the table via fnRender because the data sent to the page are identifiers. But when I export the data with fnGetTableData, I get the identifiers instead of labels.
Thx.
fnGetTableData is a great function, it works pretty well with column and row filtering.
However, a fnRender on the column is not taken into account.
For instance, I display region labels in the table via fnRender because the data sent to the page are identifiers. But when I export the data with fnGetTableData, I get the identifiers instead of labels.
Thx.
This discussion has been closed.
Replies
Allan
I set bUseRendered on false, unless the select column filter (I use the plugin jquery.dataTables.columnFilter.js) does not work.
Alban