javascript - php Filtering multiple tables -


i typing dynamically filter multiple tables using 1 select dropdown box.

i have code here -> https://jsfiddle.net/fpa4k2lc/

    var props = {     sort: true,     rows_counter_text: "displayed rows: ",     col_number_format: [null,null,'us','us','us','us','us','us','us'],     display_all_text: " [ show ] ",     status_bar_target_id: 'statusdiv',     col_0: "multiple",     col_1: "select",     col_2: "checklist",     col_4: "none",     col_8: "none",     external_flt_grid: true,     external_flt_grid_ids: ['slccountry','slccode','slcyear','inppop'],     public_methods: true } setfiltergrid("demo","demo2",props); 

but can filter 1 of tables , not both.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -