I need to use pagination in my datagrid project with React.js.
I use Fixed Data Table and I need to know what is the best way to do pagination with ES5.(Especially ES5)
Here is Fixed Data table Link:
https://facebook.github.io/fixed-data-table/
Can you show any pagination example in React.js(with ES5) or how can I do it ?
You could just use babel in your build chain to write in ES6 and transpile it to ES5, but translating the basic example directly gives you this: