Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
- [shadcn/ui Data Table](https://ui.shadcn.com/docs/components/data-table) - Powerful table and datagrids built using TanStack Table with shadcn/ui components.
- [SlickGrid](https://slickgrid.net/) - An open-source, client-side JavaScript grid control that binds to an external data source and is compatible with a wide range of data-centric frameworks.
- [Smart.Grid](https://www.htmlelements.com/docs/grid/) - A Data Grid component which displays tabular data.
- [snowtable](https://github.com/snowpact/snowtable) - Ultra-light React data table wrapping TanStack Table and TanStack Query behind a uniform client/server API.
- [SpreadJS](https://developer.mescius.com/spreadjs) - An Excel-like JavaScript spreadsheet component with no dependency on Excel, for building financial, scientific, and business applications.
- [SVAR DataGrid](https://svar.dev/svelte/datagrid/) - A lightweight data grid component for Svelte and React with in-cell editing, sorting, filtering, virtual scrolling, pagination, and keyboard navigation.
- [SvGrid](https://svgrid.com) - A headless-first, Svelte 5-native data grid with a batteries-included render component, offering in-cell editing, sorting, filtering, virtualization, row grouping, and tree data, with pivots and Excel/PDF export in a paid Pro pack.
Expand Down
44 changes: 44 additions & 0 deletions data/snowtable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
title: snowtable
homeUrl: https://github.com/snowpact/snowtable
demoUrl: https://snowpact.github.io/snowtable/
githubRepo: snowpact/snowtable
npmPackage: "@snowpact/snowtable"
license: MIT License
revenueModel: Free
description: >
Ultra-light, registry-based React data table wrapping TanStack Table and
TanStack Query behind a uniform client/server API.
frameworks:
react: true
features:
accessible: false
copyPaste: false
csvExport: false
customEditors: false
customFormatters: true
draggableRows: false
editable: false
fillDown: false
fillRight: false
filtering: true
formulas: false
freezableCols: false
headless: false
i18n: true
maintained: true
mergeCells: false
openSource: true
pagination: true
pdfExport: false
pivots: false
rangeSelection: false
resizableCols: false
responsive: true
rowGrouping: false
rowSelection: false
serverSide: true
sorting: true
trees: false
typescript: true
xlsxExport: false
virtualization: false