tags:

views:

11

answers:

0

In gridOptions I have

pager : '#gridpager',

and a corresponding div in html.
But after building a table from json data, I only get one row.
If the pager option is removed, I get to see all rows...