select two columns among a large table and highlight difference?
select two columns among a large table and highlight difference?
sweetman
Posts: 4Questions: 3Answers: 0
Hi All,
I have an HTML table with 50+ columns and a fixed number of rows.
I would like to filter the table by selecting only two columns (possibly using two select fields) and compare them.
Is this possible to do with datatables?
TIA
Tony
This discussion has been closed.
Answers
It would be possible (
column().data()
for example to get the data from a column), but it isn't something that is built in to DataTables. You'd need to write the code to do the diff.Allan