mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
added support for hidden columns
This commit is contained in:
@@ -490,6 +490,8 @@ void TableRenderer::renderColumn(const Table* pTable, const TableColumn& tc, int
|
||||
ostr << ",sortable:true";
|
||||
else
|
||||
ostr << ",menuDisabled:true";
|
||||
if (tc.isHidden())
|
||||
ostr << ",hidden:true";
|
||||
|
||||
static TableCellHandlerFactory& fty = TableCellHandlerFactory::instance();
|
||||
|
||||
|
Reference in New Issue
Block a user