Skip to content

Commit 4cc6089

Browse files
authored
Doc for table overflow
1 parent 633ebe3 commit 4cc6089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/official-site/sqlpage/migrations/01_documentation.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ INSERT INTO parameter(component, name, description, type, top_level, optional) S
591591
('striped_columns', 'Whether to add zebra-striping to any table column.', 'BOOLEAN', TRUE, TRUE),
592592
('hover', 'Whether to enable a hover state on table rows.', 'BOOLEAN', TRUE, TRUE),
593593
('border', 'Whether to draw borders on all sides of the table and cells.', 'BOOLEAN', TRUE, TRUE),
594+
('overflow', 'Whether to to let "wide" tables overflow across the right border and enable browser-based horizontal scrolling.', 'BOOLEAN', TRUE, TRUE),
594595
('small', 'Whether to use compact table.', 'BOOLEAN', TRUE, TRUE),
595596
('description','Description of the table content and helps users with screen readers to find a table and understand what it’s.','TEXT',TRUE,TRUE),
596597
-- row level

0 commit comments

Comments
 (0)