Moving Table filter outside of Table Wrapper

Moving Table filter outside of Table Wrapper

RegencySoftwareRegencySoftware Posts: 5Questions: 2Answers: 0

I am attempting to use DataTables in a Cordova App on Android. Overflow:True is not supported, but I have other ways to enable DIV or Table Scrolling.

The only thing that is happening now is that the Table Filter scrolls with the table because of the location.

I attempted to move it outside of the Table Wrapper but it does not fire the scroll event.

Is there way way to move Table filter outside of the table wrapper and still have the table scroll?

Answers

  • RegencySoftwareRegencySoftware Posts: 5Questions: 2Answers: 0

    I created a new Input box outside of data table area, and hide the data tables search input.

    Then used jQuery to send values to the hidden input, and fired keyup.

This discussion has been closed.