JavaScript: Select data from column A where column B meets a criteria

JavaScript: Select data from column A where column B meets a criteria

harmenzonharmenzon Posts: 17Questions: 7Answers: 0
edited November 2018 in Free community support

With JavaScript I would like to retrieve the data from a column where the data of another column meets a specified criteria. In the example below I am trying to retrieve the data of column A where column B us 'True'. Now I am still retrieving all the data of column A, like the search on column B is not being applied. Your help is much appreciated.

http://live.datatables.net/welavira/1/edit

Answers

This discussion has been closed.