I'm implementing pagination for my Backgrid powered tables, like so:
footer: Backgrid.Extension.Paginator
And in my Collection:
state: {
pageSize: 15
}
Now, I haven't actually implemented any handling of pagination server side (which is what I feel might be producing odd results), but it put this HTML in:
Any ideas anyone?