You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Table component is a UI element used to display data in a tabular format, often with additional formatting and styling options. Here are the key features a Markup Table component should have:
Column Headers: Display headers for each column to describe the data.
Customizable Styling: Support for custom styles and CSS classes to match the application's design.
Sortable Columns: Ability to sort data by clicking on column headers.
Resizable Columns: Allow users to adjust the width of columns.
Pagination: Support for paginating large datasets.
Search and Filter: Options to search and filter data within the table.
Row Selection: Ability to select one or multiple rows, with visual indication of selected state.
Editable Cells: Option to edit cell content directly within the table.
Fixed Headers: Keep column headers fixed while scrolling through the table.
Responsive Design: Adaptable to different screen sizes and orientations.
Accessibility: Ensure the component is accessible with proper ARIA attributes and keyboard support.
Export Options: Ability to export table data to formats like CSV, Excel, or PDF.
Inline Actions: Support for inline actions such as edit, delete, or view details.
Row Grouping: Ability to group rows based on specific criteria.
Virtual Scrolling: Improve performance by rendering only visible rows when dealing with large datasets.
Custom Cell Rendering: Support for custom rendering of cell content.
Tooltips: Option to include tooltips for additional information on cells or headers.
Theming: Support for different themes to match the application's design system.
Drag and Drop: Support for drag-and-drop functionality to reorder rows or columns.
Event Handling: Emit events for user interactions such as click, hover, sort, or filter.
These features ensure that the Table component is versatile, user-friendly, and accessible.
Current table features
current selection;
row selection, in multi and single mode, with model value;
A Table component is a UI element used to display data in a tabular format, often with additional formatting and styling options. Here are the key features a Markup Table component should have:
click
,hover
,sort
, orfilter
.These features ensure that the Table component is versatile, user-friendly, and accessible.
Current table features
Design
Notes to feature requests
To be implemented
The text was updated successfully, but these errors were encountered: