Added
- Ability to pass mount parameters to configurable areas
Changed
- Move configure call to
boot()
instead ofbooted()
. - Mount methods now available in
configure()
method. - Non-field columns with a searchable callback are now included in the search query.
- Fixed debug query output duplicating select statements.
- Fixed header issue on column hide - #754
Removed
- Calls to set builder and columns in render as it doesn't seem to make a difference since it's also called in
booted()
.