Skip to main content

Migration guide

2.3

  • The package migrated from wx-svelte-grid to @svar-ui/svelte-grid. We continue publishing wx-svelte-grid until the Svelte SVAR 3.0 update

2.1 -> 2.2

2.0 -> 2.1

  • handler parameter renamed to filter for the filter-rows action
  • colWidth parameter renamed to columnWidth for the sizes property
  • rowsCount and colsCount parameters renamed to rowCount and columnCount for the dynamic property
  • col renamed to column for $props received by custom cell content
  • No need to import and use Cell when embedding custom components