Releases: jstable/JSTable
Releases · jstable/JSTable
Version 1.6.5
What's Changed
- Fix search timeout replacing input value by @Sorc96 in #39
- Extend url query params with perPage and sorting by @jan-vitek in #40
New Contributors
- @jan-vitek made their first contribution in #40
Full Changelog: v1.6.3...v1.6.5
Version 1.6.3
- Fix sorting (v1.6.2)
- Custom http method thanks to @bungambohlah with PR #31
Version 1.6.1
Version 1.6.0
Add possibility to load initial page from server when using server side
Version 1.5.1
Fix sorting of mixed data (#17)
Version 1.5
Add possibility to define table row data with server side rendering.
Version 1.4
This release adds improvements on table row and cell attributes
- parse table row attributes
- add callback (rowAttributesCreator) to set table attributes based on cells
- add possibility to set table cell attributes from server side
rendering
Version 1.3
Project is moved to a organization and a github page is used for the documentation.
What's Changed
- Some improvements with overriding configuration fields
- Add url parameters on paginate and search
- Parse url parameters for pagination and search
- Improve browser compatibility
- When a missing column is defined in the config no error is thrown and the column is ignored
Version 1.2
Update dependencies and change how table cells are rendered
Version 1.1
The JSTable should now be compatible with nearly all browsers.