Easily integrate and display hierarchical data within the table, providing a straightforward way to manage and represent parent-child relationships when needed.
SVAR Svelte DataGrid is optimized for performance with large datasets, providing a responsive user experience. Features like virtual scrolling, dynamic loading, and paging help manage data efficiently.
You can enable built-in context menu to allow users to quickly copy, delete, and add rows to the data table. You can also customize the context menu by adding your own options to it.
SVAR Svelte DataGrid is compatible with WAI-ARIA standards, providing screen reader support and comprehensive keyboard navigation. This helps you create data tables accessible and intuitive for a wider audience.
You can enable sorting feature for specific columns and arrange table rows depending on selected criteria: words or numbers. Use sorting by multiple columns to organize complex datasets.
With various in-cell editors, you can streamline the data editing process and allow users to edit information directly within the table cells. To save changes to the server side, you can use our pre-built RestDataProvider.
The datagrid can adjust the columns width to header text, cell content, or page size. You can also enable collapsible columns for a compact view or pin columns to the left so the key information remains visible while scrolling.
SVAR DataGrid supports customizable header filters and includes two built-in options: text and rich select. You can also integrate external filter controls using SVAR Core components or custom HTML elements.
Our Svelte datagrid allows you to enable intuitive drag-and-drop row reordering, with optional drag handlers for flexible user interaction with table data.
There are options for selecting either one or multiple rows in the table for targeted actions. Users can compare and analyze selected data points, identify patterns and perform calculations based on the selected data.
SVAR Svelte DataGrid automatically adjusts to fit the available space, simplifying layout management and ensuring optimal use of screen real estate. Touchscreen support is also included.