multiple tables with scroller / missing search box

multiple tables with scroller / missing search box

klassaklassa Posts: 5Questions: 0Answers: 0
edited January 2012 in General
If I put two data tables on the same page, and add the scroller plug-in to them, one of the tables winds up without a search/filter box. As in, literally, the DOM doesn't have the "_filter" div. The JS for the two tables is identical (except for the names, of course). I'm using the latest code, just downloaded. Ring a bell with anyone? I went so far as to turn bFilter on, explicitly, to no avail.

Replies

  • klassaklassa Posts: 5Questions: 0Answers: 0
    Ah, sDom to the rescue. Working now, by specifying something like:

    "sDom": '<"filter"f>t<"info"i><"clear">S',

    explicitly. Without this, somehow, only one grid winds up with a filter.
This discussion has been closed.