Warning: session_start(): open(/var/lib/php/sessions/sess_b73r1m4ekguhcoi1o72qcn8nq6, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
p-substance {
final JTable table = showTable(makeData());
addToWindow(table, jbutton("Update", r {
Map widths = tableColumnWidthsByName(table);
printStruct("Widths", widths);
showTable(table, makeData());
tableSetColumnWidths_debug = true;
tableSetColumnWidths(table, widths);
}));
}
static L makeData() {
ret ll(
litorderedmap("Hello" := "World", "How" := randomID()),
litorderedmap("Hello" := "Boys", "How" := "Whatever"));
}