rstaib / jquery-bootgrid

Nice, sleek and intuitive. A grid control especially designed for bootstrap.
http://www.jquery-bootgrid.com
MIT License
972 stars 362 forks source link

Showing redundant data #318

Open jefferyleo opened 8 years ago

jefferyleo commented 8 years ago

bootgrid issue Has anyone encounter the issue like this before? I've check with my backend data, there's none of one data is duplicate, but when all the data populate into bootgrid, the bootgrid is showing redundant data, does anyone can help on this?

chris904apps commented 8 years ago

Morning, How are you populating the grid? Are you using Ajax and json? What does your request and response look like for both page 3 and 4? Can you give exact URL query, and the response detail? Are you Appling a sort? Are you Appling paging? Is the grid handling the action or did you write some code to send the request? What does that code look like?