Skip to content

Commit 0fc4949

Browse files
authored
SVAR DataGrid added (#65)
* svar-datagrid file added * Update svar-datagrid.yml
1 parent 6634343 commit 0fc4949

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

data/svar-datagrid.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
title: SVAR DataGrid
2+
homeUrl: https://svar.dev/svelte/datagrid/
3+
demoUrl: https://docs.svar.dev/svelte/grid/samples/#/base/willow
4+
githubRepo: https://github.com/svar-widgets/grid
5+
npmPackage: wx-svelte-grid
6+
license: MIT
7+
revenueModel: Free
8+
description: >
9+
SVAR DataGrid is a lightweight and blazing-fast data grid component
10+
with a rich feature set including in-cell editing, sorting, filtering,
11+
virtual scrolling, pagination, keyboard navigation, and special helper
12+
for server-side integration. Available in both Svelte and React versions.
13+
frameworks:
14+
react: true
15+
svelte: true
16+
features:
17+
accessible: true
18+
customEditors: true
19+
customFormatters: true
20+
draggableRows: true
21+
editable: true
22+
filtering: true
23+
freezableCols: true
24+
i18n: true
25+
maintained: true
26+
openSource: true
27+
pagination: true
28+
resizableCols: true
29+
responsive: true
30+
rowGrouping: true
31+
rowSelection: true
32+
serverSide: true
33+
sorting: true
34+
trees: true
35+
xlsxExport: true
36+
virtualization: true

0 commit comments

Comments
 (0)