stk-table-vue 1.2.0-beta.1 → 1.2.0

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/README.md CHANGED
@@ -25,7 +25,7 @@ Smooth performance with tens of thousands of rows. Designed for real-time data d
25
25
  - Cell highlighting with Animation API
26
26
  - Built-in custom cells: Filter, Editable, Checkbox, Number, Change
27
27
  - Column resize, header drag, row drag
28
- - Merge cells (virtual mode supported)
28
+ - Merge cells (virtual mode, huge rowspan / colspan supported)
29
29
  - Custom scrollbar
30
30
  - Sortable & filterable
31
31
  - Theme support (dark / light)
@@ -182,7 +182,12 @@ const dataSource = [
182
182
  ```
183
183
 
184
184
  ## Compare
185
- Compare performance with other vue table [vue-table-compare](https://github.com/ja-plus/vue-table-compare)
185
+ Compare performance with other vue table [vue-virtual-table-benchmark](https://github.com/ja-plus/vue-virtual-table-benchmark)
186
+
187
+ [Benchmark Result Page](https://ja-plus.github.io/vue-virtual-table-benchmark/perf-report.html)
188
+
189
+ ## Changelog
190
+ [CHANGELOG](CHANGELOG.md)
186
191
 
187
192
 
188
193
  ## License
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * name: stk-table-vue
3
- * version: v1.2.0-beta.1
3
+ * version: v1.2.0
4
4
  * description: High performance realtime virtual table for vue3 and vue2.7
5
5
  * author: japlus
6
6
  * homepage: https://ja-plus.github.io/stk-table-vue/
7
7
  * license: MIT
8
8
  */
9
- import { t as StkTable_default } from "./StkTable-BJu5HZzo.js";
9
+ import { t as StkTable_default } from "./StkTable-yOz9wkCz.js";
10
10
  import { createElementBlock, createElementVNode, createVNode, defineComponent, h, nextTick, normalizeClass, normalizeStyle, onMounted, onUnmounted, openBlock, reactive, ref, withModifiers } from "vue";
11
11
  //#region src/StkTable/custom-cells/FilterCell/Dropdown/index.vue?vue&type=script&setup=true&lang.ts
12
12
  var DROPDOWN_DEFAULT_WIDTH = 300;