Skip to content

Commit

Permalink
Doc for table overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pchemguy authored Jun 18, 2024
1 parent 633ebe3 commit 4cc6089
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ INSERT INTO parameter(component, name, description, type, top_level, optional) S
('striped_columns', 'Whether to add zebra-striping to any table column.', 'BOOLEAN', TRUE, TRUE),
('hover', 'Whether to enable a hover state on table rows.', 'BOOLEAN', TRUE, TRUE),
('border', 'Whether to draw borders on all sides of the table and cells.', 'BOOLEAN', TRUE, TRUE),
('overflow', 'Whether to to let "wide" tables overflow across the right border and enable browser-based horizontal scrolling.', 'BOOLEAN', TRUE, TRUE),
('small', 'Whether to use compact table.', 'BOOLEAN', TRUE, TRUE),
('description','Description of the table content and helps users with screen readers to find a table and understand what it’s.','TEXT',TRUE,TRUE),
-- row level
Expand Down

0 comments on commit 4cc6089

Please sign in to comment.