@skyux/code-examples 14.19.0 → 14.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6277,6 +6277,7 @@ class ViewGridComponent {
6277
6277
  iconName: 'table',
6278
6278
  searchEnabled: true,
6279
6279
  columnPickerEnabled: true,
6280
+ sortEnabled: true,
6280
6281
  columnOptions: this.#columnDefs.map((colDef) => ({
6281
6282
  id: colDef.colId,
6282
6283
  label: colDef.headerName ?? colDef.colId,