mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 15:05:35 +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();
|
ostr << ",width:" << tc.getWidth();
|
||||||
if (tc.isSortable())
|
if (tc.isSortable())
|
||||||
ostr << ",sortable:true";
|
ostr << ",sortable:true";
|
||||||
|
else
|
||||||
|
ostr << ",menuDisabled:true";
|
||||||
|
|
||||||
static TableCellHandlerFactory& fty = TableCellHandlerFactory::instance();
|
static TableCellHandlerFactory& fty = TableCellHandlerFactory::instance();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user