classcard-ui 0.2.458 → 0.2.459

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classcard-ui",
3
- "version": "0.2.458",
3
+ "version": "0.2.459",
4
4
  "main": "dist/classcard-ui.common.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -11,7 +11,7 @@
11
11
  v-model="searchTerm"
12
12
  :isValidate="searching"
13
13
  :placeholder="searchPlaceholder"
14
- class="-mt-1 w-auto mr-3 sm:w-56"
14
+ class="-mt-1 mr-3 w-auto sm:w-56"
15
15
  type="text"
16
16
  ></c-input>
17
17
  </div>
@@ -123,6 +123,7 @@
123
123
  initialSortBy: initialSortField,
124
124
  }"
125
125
  :pagination-options="{ enabled: pagination }"
126
+ :fixed-header="fixedHeader"
126
127
  @on-selected-rows-change="selectionChanged"
127
128
  @on-sort-change="sortChange"
128
129
  @on-search="onSearching"
@@ -326,6 +327,10 @@ export default {
326
327
  type: Function,
327
328
  default: () => "",
328
329
  },
330
+ fixedHeader: {
331
+ type: Boolean,
332
+ default: false,
333
+ },
329
334
  },
330
335
  mounted() {
331
336
  // to add drag and drop in table