Mevrael / bunny

BunnyJS - Lightweight native (vanilla) JavaScript (JS) and ECMAScript 6 (ES6) browser library, package of small stand-alone components without dependencies: FormData, upload, image preview, HTML5 validation, Autocomplete, Dropdown, Calendar, Datepicker, Ajax, Datatable, Pagination, URL, Template engine, Element positioning, smooth scrolling, routing, inversion of control and more. Simple syntax and architecture. Next generation jQuery and front-end framework. Documentation and examples available.

Home Page:https://bunnyjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting and paging

joebordes opened this issue · comments

I am testing the sorting option on the datatable. The datatable I am using has pagination.
When I click on the column header to sort I get the correct call, but once the table is sorted and I click the pagination to move to another page I lose the search parameters.

Do I have to do something with the Pagination configuration to get it to respect the sorting conditions established?

I believe it is because Pagination link urls are not updated. Will check it on next update.

Fixed in 0.13.0