a button click should filter on a column but is fails

a button click should filter on a column but is fails

lowleylowley Posts: 6Questions: 0Answers: 0
edited November 2013 in DataTables 1.9
hello

I am a beginner in datatables, which I like, I think it's a great product.
but I can't filter the small datatable I created; you can find it here: http://jsfiddle.net/qwqFJ/ .but please be indulgent : in the js fiddle I created, I made some changes from my original code:
- the original code reads a JSON file and creates an array of arrays
- I was not able to render the table like it was on my computer

my question is : how can I filter the rows on one column, by clicking on a button?

regards,

olivier

Replies

  • lowleylowley Posts: 6Questions: 0Answers: 0
    the datatable is stored in the datatables debugger; here is my code : ezalic.
    thanks.
  • lowleylowley Posts: 6Questions: 0Answers: 0
    it's solved : there was a parameter in the declaration of the datatable which avoid filtering ("bFilter":false).
  • allanallan Posts: 63,368Questions: 1Answers: 10,449 Site admin
    Heh - yes. bFilter will completely disable all filtering. If you just want to remove the DataTables filtering input box, use sDom.

    Allan
This discussion has been closed.