Releases: kingscode/vuetify-resource
Releases · kingscode/vuetify-resource
2.3.3 Allow default values for sorting
2.3.2 fixed Compile errors
hotfix: compile errors
2.3.1 hotfix: an item without formatter was no longer working
hotfix: fallback for formatter was not working
2.3.0 formatter for table content
you can now add the property formatter
to the tableContent prop
example
[
{
text: 'hello'
formatter: (item) => {
return item + '%'
}
}
]
Reset pagination on search
2.2.7 fix: reset pagination on search
Dynamically passing slots and props to the VDataTable
It is now possible for passing slots and props on the Vuetify VDataTable
2.1.3 hotfix for removing resourceKey from url after updating
This fixes a bug that the resource key was still in the url after saving something. When the resource key is still in the url and you press the delete button, this package tried to open it again and that's not possible since you've just deleted it
2.1.2 hotfix for icons
When using vuetify custom icons, it was showing some weird json text. This release fixes that bug
2.1.1. cursor:pointer when @row-click event is binded
add cursor:pointer when @click event is bind closes #94
2.1.0 Customize crudactions and speeddials globally
With the new release, you can easily customize crudactions and speeddials globally. You can change styling of the icon, font and size.
More information can be found in the ReadMe.