• Hi,

    I would like to ask one thing.

    My plan: I would like to add a simple filter for the table. In my plan: i’m create a simple form, with javascript and that is add value for the search field.
    My js is working, but the table search don’t run, just when i click the search field and type plus one character or space.

    How can i start the table search, after my script is add the value?

    Thx,
    Best rtegards,
    Tamas

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Most likely, you’ll have to to trigger the change event of the field, something like

    jQuery( ... ).trigger( 'change' );
    

    The keydown or keyup events might also work.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Search field’ is closed to new replies.