edvoyui-component-library-test-flight 0.0.60 → 0.0.62

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.
@@ -14,6 +14,7 @@
14
14
  :default-sort-direction="defaultSortOrder"
15
15
  default-sort=""
16
16
  :current-page="offset"
17
+ table-height="h-[calc(100svh-15rem)] max-h-[calc(100svh-15rem)]"
17
18
  @changePage="onPageChange"
18
19
  @sort="onSort"
19
20
  @mouseenter="select"
package/src/data/table.ts CHANGED
@@ -582,13 +582,13 @@ export const studentHeader = [
582
582
  {
583
583
  value: "lifecycleStage",
584
584
  name: "Lifecycle",
585
- width: 100,
585
+ width: 120,
586
586
  sortable: true,
587
587
  },
588
588
  {
589
589
  value: "acquisition",
590
590
  name: "Acquisition",
591
- width: 100,
591
+ width: 140,
592
592
  sortable: false,
593
593
  },
594
594
  {