Releases: ratiw/vue-table
Releases · ratiw/vue-table
v1.5.10
v1.5.9
v1.5.8
v1.5.7
v1.5.6
v1.5.3
v1.5.0
- enhance:
__component
sepecial field is now sortable. Thanks @pauk-slon. Close #80 - new:
row-detail-component
-- row detail should now be implemented as a component. Suggested by @malaschitz - deprecated:
row-detail-callback
-- userow-detail-component
instead
v1.4.1
v1.4.0
v1.3.0
- method
getSortParam()
is now overridable, so that you can control how sort query string is constructed before sending request to the server. (Close #55) See example - new event:
cell-clicked
This is introduced to fix the side-effect of usingrow-clicked
event withtoggle-detail
event and also provide more fine grain click detection to table column. (Close #51). - Make the props name more consistent by introducing their replacement and deprecate the old ones. Warning message will be log to console when any of those deprecated props was used.
- deprecate props
paginateConfig
: usepaginateConfigCallback
insteaddetail-row
: usedetail-row-callback
instead
- deprecate props
- Log error to console when the given function name specified in
detail-row-callback
prop does not exist. - update examples, improve settings interface