{{ mainTitle }}

This directive allow to liven your tables. It support sorting, filtering and pagination. Header row with titles and filters automatic generated on compilation step.
Simple table with pagination

Page: {{tableParams.page()}}

Count per page: {{tableParams.count()}}

{{user.name}} {{user.alias}} {{user.publisher}} {{user.gender}}
Pagination template

Page: {{tableParams.page()}}

Count per page: {{tableParams.count()}}

{{user.name}} {{user.alias}} {{user.publisher}} {{user.gender}}
Table with sorting
Sorting: {{tableParams.sorting()|json}}
{{user.name}} {{user.alias}} {{user.publisher}} {{user.gender}}
Table with filters
Filter: {{tableParams.filter()|json}}
{{user.name}} {{user.alias}} {{user.publisher}} {{user.gender}}
Cell Template
{{user.name}} {{user.alias}} {{user.power}}
Row Template
{{user.name}} {{user.alias}} {{user.power}}
Inline edit example
Sorting: {{tableParams.sorting()|json}}
ID Firstname Lastname Description Email
{{p.id}} {{p.fn}} {{p.ln}} {{p.dc}} {{p.em}} {{p.ph}}