Search and Draw if divergents values Column

Search and Draw if divergents values Column

heberty15heberty15 Posts: 2Questions: 0Answers: 0
edited January 2021 in Free community support

https://codepen.io/heberty15/pen/PoGabBB
Debugger code (debug.datatables.net):
No errors, just not work

I need to compare the value between column 6 and 7 and return the diverging lines. thanks

Replies

  • kthorngrenkthorngren Posts: 21,173Questions: 26Answers: 4,923

    I'm not sure what you mean by diverging lines but the filter() API is used to return Javascript data. It won't affect the table display. If you want to compare two columns and filter the table display you will want to use a Search Plugin. This example demos a range search but it can be modified to compare the two columns.

    Kevin

  • heberty15heberty15 Posts: 2Questions: 0Answers: 0

    When I speak in divergent lines, I mean that comparing if the speaker in column 6 is different from the value in column 7. I will try the example sent. Anyway thank you.

This discussion has been closed.