- fixed renderfunction typo bug (#35)
- dependencies update,
- added filter placeholder prop
- added column picker button label prop
- added table classes prop
- added filter prop
- changed project structure and build using Vue CLI
- bugfix when multiple tables were on the same page
- Support for column slots
- Selectable rows
- Update to Bootstrap v4.3.1
- Update to Vue v2.6.10
- #19 - Disable filter for specific columns
- Enhancement - exposed methods.
- Enhancement - #11 - Dynamic Page Size
- Enhancement - Started creating public methods to simplify stuff.
- Bug fix - axios problem with passing axios config object
- Bug fix - Delegate true and false behaviours leading to not loading data
- Bug fix - Ajax redundant fetch when not needed
- Enhancement - #14 - Adding support for default ordering
- Enhancement - Documentation of code
- Bug fix - Support for IE11 (maybe fixed for IE10 aswell)
- Bug fix - Issue 5 - Axios config not being loaded with GET method and Delegate false.
- Allowing Axios configuration to be passed for the requests
- Search case sensitivity configurable
- Row Click Handler added
- Fix- delegate now doesn't use echo
- Define a Render Function support by column
- Define Column Styles by column
- Define Cell Styles by column
- Fix to Sorting
- Added Multicolumn Sorting
- Fix dynamic adding rows with update to interface
- Ajax with multicolumn sorting
- Added more Events
- Migration of vue-bootstrap-table2 to Vue2