Releases: gbrock/laravel-table
Releases · gbrock/laravel-table
Fix for determining sortability
Fixing #4, with thanks to @iNDicat0r.
More simple querying
In continuing pursuit of fixing #3.
Fixed a nasty typo
...which halted all script execution. This is a great example of why I'm re-writing everything with test coverage.
Small fix for paginated model collections
0.3.1 Small fix for paginated model collections
Query instantiation and Tweaks
0.2.4: Fixed auto-generation passing an incorrect type, causing failure
Auto-generation of table columns should now work...
0.2.3
Fixed: Custom Views
Small fix pushed to code allowing users to override the default view.
Closure Rendering
Primarily added the ability to add single columns dynamically, as well as the ability to use a closure when rendering model cell data.
Sort, Paginate, Customize
This release marks the first usable version of laravel-table
. Check the readme for all the info.
Highlights
- Default view: renders a Bootstrap 3-ready HTML table using the rows and columns indicated.
- Default view: Pagination shown when applicable
- Configuration items for setting query string key and default sorting direction
- Documentation / primary examples written