Columnfilter dynamic filtering
Columnfilter dynamic filtering
Helo! I have a table with columnfilter select and what I want to do is: If I select a value and the table get filtered, and I want to add a second filtering option, the second filtering option only display the values that the table currently has.
For example:
I have a table with country and city column. If I select country/USA, the city column only shows the cities that USA has, not all the cities.
Thanks!
For example:
I have a table with country and city column. If I select country/USA, the city column only shows the cities that USA has, not all the cities.
Thanks!
This discussion has been closed.
Replies
[code]aoColumns: [ [...]
{ sSelector: "#filtergebz",type: "select", values: ['.$this->getgebz($usermnr).'] },
[...] [/code]
How do I apply that again by an onclick event or something?