Advanced search interface for Datatables

Advanced search interface for Datatables

nextnownextnow Posts: 7Questions: 0Answers: 0
edited December 2011 in General
Has anyone come across an advanced search/filter interface for Datatables?
I'm looking to create one not unlike Gmail's, which drops down out of its regular search box.
Screenshot:
http://img.skitch.com/20111208-rew9w55hj2gu8h2ykndt8tw174.jpg
If anyone knows of something that would give me a heads start, that would be awesome.
Thanks!
Jack

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    The key here is the fnFilter API method - with that you can build up almost any filter you want (with a little HTML sprinkled on for the display :-) ).

    You might be interested in taking a look at the column filter widgets exta for DataTables:
    https://github.com/cyberhobo/ColumnFilterWidgets
    Example: http://datatables.net/extras/thirdparty/ColumnFilterWidgets/DataTables/extras/ColumnFilterWidgets/

    Allan
  • nextnownextnow Posts: 7Questions: 0Answers: 0
    Perfect - thanks!
This discussion has been closed.