mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-25 06:36:37 +01:00
added autoedit table
This commit is contained in:
@@ -72,6 +72,7 @@ Table::Table(const TableColumns& tc, TableModel::Ptr pModel):
|
||||
_columns(tc),
|
||||
_sm(SM_CELL),
|
||||
_dragAndDrop(false),
|
||||
_autoEdit(false),
|
||||
_maxRowsPerPage(0)
|
||||
{
|
||||
checkValidConfig();
|
||||
|
||||
Reference in New Issue
Block a user