SSR and updateItemsAsync
- Introduces
updateItemsAsync
to update items specified by a list of ids - Refactors
updateAllAsync
to useupdateItemsAsync
with all ids - Paginated components now accept
preloaded
prop for use with server side rendering - Optional
className
prop forVioletDataTable
with a default value ofborder
- Fixes a bug that caused an infinite
fetch
loop if thefetch
raises an error