Hi,
I load JSON formated data. Here is the object i use to fill the table.
{
rows:[{id:1, data:[10000,xx,212121]}, {id:2, data:[10000,xx,212121]}, {id:3, data:[10000,xx,212121]}, {id:4, data:[10000,xx,212121]}, {id:5, data:[10000,xx,212121]}], total_count:1000, pos:0
}
I want a paging bar so paging is enabled but after loading,only 1 page is available from the pull down menu and I can’t navigate to an other page.
could you help me?
Thanks