select two columns among a large table and highlight difference?

select two columns among a large table and highlight difference?

sweetmansweetman 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

Answers

  • allanallan Posts: 63,844Questions: 1Answers: 10,518 Site admin

    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

This discussion has been closed.