Skip to content

SSR and updateItemsAsync

Compare
Choose a tag to compare
@sslotsky sslotsky released this 14 Dec 05:25
· 42 commits to master since this release
  • Introduces updateItemsAsync to update items specified by a list of ids
  • Refactors updateAllAsync to use updateItemsAsync with all ids
  • Paginated components now accept preloaded prop for use with server side rendering
  • Optional className prop for VioletDataTable with a default value of border
  • Fixes a bug that caused an infinite fetch loop if the fetch raises an error