Skip to content

Commit ab67b72

Browse files
committed
update example
1 parent bc701ea commit ab67b72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -761,10 +761,10 @@ INSERT INTO example(component, description, properties) VALUES
761761
'table',
762762
'A table with column sorting. Sorting sorts numbers in numeric order, and strings in alphabetical order.',
763763
json(
764-
'[{"component":"table", "sort": true, "align_right": ["Price ($)", "Amount in stock"], "align_center": ["part_no"], "monospace": ["part_no"]}, ' ||
765-
'{"id": 31456, "part_no": "MIC-ROCC-F-23-206-C", "Price ($)": 12, "Amount in stock": 5},
766-
{"id": 996, "part_no": "MIC-ROCC-F-24-206-A", "Price ($)": 1, "Amount in stock": 15},
767-
{"id": 131456, "part_no": "KIB-ROCC-F-24-205-B", "Price ($)": 127, "Amount in stock": 9}
764+
'[{"component":"table", "sort": true, "align_right": ["Price ($)", "Amount in stock"], "align_center": ["part_no"] },
765+
{"id": 31456, "part_no": "SQL-TABLE-856-G", "Price ($)": 12, "Amount in stock": 5},
766+
{"id": 996, "part_no": "SQL-FORMS-86-M", "Price ($)": 1, "Amount in stock": 15},
767+
{"id": 131456, "part_no": "SQL-CARDS-56-K", "Price ($)": 127, "Amount in stock": 9}
768768
]'
769769
)),
770770
(

0 commit comments

Comments
 (0)