DataTable Bootstrap, Columbus filtering not working

DataTable Bootstrap, Columbus filtering not working

sfgroupssfgroups Posts: 10Questions: 0Answers: 0
edited March 2014 in DataTables 1.10
Hi,
I am trying to use column filtering plugin, its not showing the column filter text box.

here is the sample code.

http://jsbin.com/yuwep/1/

please help me to resolve this issue.

Replies

  • tangerinetangerine Posts: 3,342Questions: 35Answers: 394
    Your HTML table needs a section.
  • sfgroupssfgroups Posts: 10Questions: 0Answers: 0
    thanks, now it works.

    But when i change this code to ajax server filter, getting this error message
    [quote]
    TypeError: aoData.push is not a function
    http://jquery-datatables-column-filter.googlecode.com/svn/trunk/media/js/jquery.dataTables.columnFilter.js
    Line 804
    [/quote]

    Any idea why its getting this error?
  • lyndonwillyndonwil Posts: 40Questions: 5Answers: 0
    I've just upgraded to version 1.10 and I was getting the same error whilst trying to use the columnfilter plug in.

    It's much easier to use full 1.10 functionality. See the example : http://next.datatables.net/examples/api/multi_filter.html
  • sfgroupssfgroups Posts: 10Questions: 0Answers: 0
    Thanks it worked for me, but select filter is not working with server side filering
  • lyndonwillyndonwil Posts: 40Questions: 5Answers: 0
    See this : https://datatables.net/forums/discussion/20116/individual-column-filtering-using-select#Item_2
This discussion has been closed.