US and Worldwide: +1 (866) 660-7555
Results 1 to 2 of 2

Thread: Table component set and update filter

  1. #1
    Join Date
    Jun 2012
    Posts
    16

    Default Table component set and update filter

    Is there a way to call the function that filters the table? When a click action on another graph is fired, I want a parameter to be entered into the search box of my table. I tried including this into the 'click action' property $('#table_allTable_filter input').val("hi"); and it changes the value in the input box but it doesn't trigger the actual search. Any ideas?

  2. #2
    Join Date
    Jun 2012
    Posts
    16

    Default

    nevermind, figured it out.

    figure out the variable name of the rendered table (can check the page source. mine was "render_flight_table"). then run this sort of function
    render_flight_table.dataTable.fnFilter("hi");

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •