1rosehip / jplist

jPList jQuery Data Grid Controls is a flexible jQuery plugin for sorting, pagination and filtering of any HTML structure (DIVs, UL/LI, tables, etc).
http://jplist.com
Other
436 stars 177 forks source link

how can I changes values of filter dynamically? #270

Open shaliniseb opened 7 years ago

shaliniseb commented 7 years ago

Hello I have implement search based on 3 dropdown. 1)Region 2)Province 3)City

So if i select a region then the other two filter should be filled based on the selected region.

I have implemented the code for filling the province dropdown based on region. But after selecting the province its refilling the province filed to solve this issue i want toknow which filter is clicked - in the redercallback .

szabyka commented 6 years ago

Hi, have you managed to get this working? If yes can you share with me your solution?

Thanks,

Szabi

szabyka commented 6 years ago

@1rosehip it is possible to update the second filter value or hide the irrelevant ones based on the option selected on the first drop down? Thank you,

Szabi