Overview of the DataTable component
mainThe DataTable is a high-performance component designed to handle large datasets efficiently. It is suitable for displaying thousands of rows while maintaining smooth performance through features like virtual scrolling.
Key capabilities include:
- Selection Modes: Support for row, column, and individual cell selection.
- Column Management: Columns can be resized, moved, or fixed.
- Data Handling: Built-in support for sorting, filtering, and infinite loading (loading more data as the user scrolls).
- Customization: Support for custom cell rendering and context menus (right-click support).
- Navigation: Full keyboard navigation support for all selection modes.