vipul-jain / customized-ng-grid

Angular-Js Ng-Grid Extended

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

customized-ng-grid

When you use Angular Js Ng-Grid with pagination you will notice that all sort of actions like sorting, filtering, selection do not remain persistent; i.e they are relevant to the present page (page here refers to the pagination) only. whenever you move on to next page[pagination] the actions[sorting/filtering/selections] are lost. Here is the fix to all those issues by creating Templates and manually handling the functions for sorting , selecting and filtering.

About

Angular-Js Ng-Grid Extended


Languages

Language:JavaScript 98.5%Language:CSS 1.5%