minor table header rendering optimization

This commit is contained in:
Peter Schojer
2008-06-06 11:48:25 +00:00
parent d2eaf40e88
commit db640711d1

View File

@@ -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();