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 to make the range slider dynamic? If i reinitialise the plugin then, it gives me duplicate data. I get the data via ajax call in json format which i use to update my list. But only when i try to update the price range slider it gives me duplicate data. #231

Closed nixondsz879 closed 7 years ago

1rosehip commented 7 years ago

Please consider using add / remove items using API: http://jplist.com/documentation/api-add-one-item http://jplist.com/documentation/api-add-range-of-items http://jplist.com/documentation/api-remove-one-item http://jplist.com/documentation/api-remove-range-of-items http://jplist.com/documentation/api-remove-all-items

nixondsz879 commented 7 years ago

I appreciate the quick response. But can u please tell me how do i update range-slider with new values?

1rosehip commented 7 years ago

Please create your test case in jsFiddle, jsBin, or Codepen so I can help you.

nixondsz879 commented 7 years ago

Thank you for the help. But i managed to solve the issue.

I had used ".js-panel" for "panelPath" in some areas instead of ".jplist-panel" and that was the reason why all multiple filters were not syncing together.