Datatable Component
"This Svelte datatable can handle very large CSV's with ease.
Why yet another datatable component? During the development of Keun, we needed a datatable component that could handle CSV's with more than 100.000 rows. We didn't find anything that suited our needs, so we developed our own."
- Supports multiple data sources: array of object, matrix of values, Function (remote data source) and File (CSV datasource)
- Sorting (multi column)
- Filtering (multi column)
- Reposition columns
- Resize columns
- Store column settings in localStorage
- Show/hide columns
- Fast for very large CSV files (more than 100.000 rows)
- Uses Arquero in a web worker for File (CSV) data source
RADar-AZDelta