10 lines
378 B
Factor
10 lines
378 B
Factor
|
USING: help.markup help.syntax ;
|
||
|
IN: ui.gadgets.tables
|
||
|
|
||
|
ARTICLE: "ui.gadgets.tables" "Table gadgets"
|
||
|
"The " { $vocab-link "ui.gadgets.tables" } " vocabulary implements table gadgets. Table gadgets display a grid of values, with each row's columns generated by a renderer object."
|
||
|
{ $subsection table }
|
||
|
"Creating new tables:"
|
||
|
{ $subsection <table> } ;
|
||
|
|
||
|
ABOUT: "ui.gadgets.tables"
|