Tavuelo is my first open source package. It is a easy to use yet highly customizable table component, created for use in Vue.js projects.
Changelog
I've started using Tavuelo in my other project recently and I've spotted a bug.
Long story short: user was unable to activate sorting, until given column has been included in searchColumns
prop - which is wrong, as that property is related to search feature, not sort one. New update contains a fix for this issue and has resolved vulnerable (depth level: 4) dependencies.
New version includes:
Updated vulnerable dependency of
acorn
packageAdded new property:
sortColumns
- an array prop (default value:[]
) - contains a list of column data sources, which should handle column sort functionalityAdded new propery:
sortAllColumns
- a boolean prop (default value:false
) - toggle if all columns should handle sort functionality out of the box or notUpdated README file
Click here to show comments