vitalets / angular-xeditable

Edit in place for AngularJS
http://vitalets.github.io/angular-xeditable
MIT License
1.91k stars 403 forks source link

Sorting and paging in grid #721

Open shrikantthorve opened 6 years ago

shrikantthorve commented 6 years ago

This library is very good and easy to use. I used this in my current project. it works like gem except one thing.

Please let me know how we can do paging and sorting in the grid.

ckosloski commented 6 years ago

Looking at previous issues, it seems some people used "dirPagination" for paging. See previous issues #655 and #400 to see if they help.

shrikantthorve commented 6 years ago

Thanks ckosloski. I will try and let you know.