mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 06:55:49 +02:00
minor table header rendering optimization
This commit is contained in:
@@ -263,6 +263,8 @@ void TableRenderer::renderColumn(const Table* pTable, const TableColumn& tc, int
|
||||
ostr << ",width:" << tc.getWidth();
|
||||
if (tc.isSortable())
|
||||
ostr << ",sortable:true";
|
||||
else
|
||||
ostr << ",menuDisabled:true";
|
||||
|
||||
static TableCellHandlerFactory& fty = TableCellHandlerFactory::instance();
|
||||
|
||||
|
Reference in New Issue
Block a user