Is it possible to do this pagination without backgrid?
问题 I'm trying to implement server side pagination like datetable and I found backbone.paginator library, I don't know if there is something else. Through their examples they used another library to help accomplishing this which is backgrid.js and its paginator plugin Is it possible to do this pagination without Backgrid? Could you please add any example on this? 回答1: I developed the following code to share with you A JS/php code that do server site pagination and you could change it according to