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

Pagination stores old data, How can I fix it? #244

Open dumpsayamrat opened 7 years ago

dumpsayamrat commented 7 years ago

I using JpList and angularjs together.

First, I click search and set scope value and angular automatically repeat the result in <tr> tag and pup up modal to display. Everything show in the table properly. And then I close the result modal and set the scope to empty and I click search again when I change page in pagination, It still shows old data and new data together.

How can I fix it?