我正在键入以使用一个选择下拉框动态过滤多个表。
我的代码在这里 - > 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 all ] ",
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);
但我只能过滤其中一个表而不是两个表。