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
feat: add extra columns and configurable column widths with ISO 8601 date format
- Add ExtraColumn interface for custom columns with optional render functions
- Add nameColumnWidth, fromColumnWidth, toColumnWidth props for configurable column widths
- Add DateFormat type with 'locale' and 'iso8601' options for date formatting
- Add extraColumns prop to Task interface for storing additional column data
- Update TaskListHeader and TaskListTable components to support extra columns
- Add date format selector in example with ISO 8601 (YYYY-MM-DD) support
- Export new DateFormat type from main index
BREAKING CHANGE: TaskListHeader and TaskListTable component props have been extended with new optional parameters
0 commit comments