Skip to content

Commit 0593824

Browse files
authored
feat: add vtable (#53)
* feat: add vtable * refactor: remove treeHierarchy and imgExport
1 parent de982e4 commit 0593824

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

data/visactor-vtable.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
title: VisActor VTable
2+
homeUrl: https://visactor.io/vtable
3+
demoUrl: https://visactor.io/vtable/example
4+
githubRepo: VisActor/VTable
5+
npmPackage: "@visactor/vtable"
6+
license: MIT License
7+
revenueModel: Free
8+
description: >
9+
VTable is not just a high-performance multidimensional data analysis table, but also a grid artist that creates art between rows and columns.
10+
frameworks:
11+
vanilla: true
12+
react: true
13+
features:
14+
accessible: true
15+
copyPaste: true
16+
customFormatters: true
17+
draggableRows: true
18+
filtering: true
19+
formulas: false
20+
freezableCols: true
21+
headless: true
22+
i18n: true
23+
maintained: true
24+
openSource: true
25+
pagination: true
26+
pivots: true
27+
rangeSelection: true
28+
resizableCols: true
29+
responsive: true
30+
rowGrouping: true
31+
rowSelection: true
32+
sorting: true
33+
trees: true
34+
virtualization: true

0 commit comments

Comments
 (0)