krishna-agarwal / momentum-table

A rich DataTable with material design for Angular2+
22 stars 4 forks source link

Static data binding (Non async data) for initial load does not work with pagination #60

Open malothnaresh opened 5 years ago

malothnaresh commented 5 years ago

When I load mock data to table without any async call, initial pagination does not work. Once I make page change it works as expected.