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.
https://bunnyjs.com
MIT License
486 stars 39 forks source link

Sorting and paging #14

Closed joebordes closed 7 years ago

joebordes commented 7 years ago

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?

Mevrael commented 7 years ago

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

joebordes commented 7 years ago

ok

Mevrael commented 7 years ago

Fixed in 0.13.0