Actions
Bug #14300
openWTableView not removing existing columns when all rows are removed from a WStandardItemModel.
Start date:
02/04/2026
Due date:
% Done:
0%
Estimated time:
Description
When removing all the rows of a WStandardItemModel inside a WTableView using WStandardItemModel::removeRows(), the WTableView does not remove the columns it already has. However, when a new row is added, using WStandardItemModel::appendRow(), all the column in the new row are added as new column instead of reusing the existing ones.
This is likely an issue with WTableView as setting the same WStandardItemModel using WTableView::setModel() solves the issue.
Updated by Romain Mardulyn 5 days ago
- Status changed from New to InProgress
- Assignee set to Romain Mardulyn
Updated by Romain Mardulyn 5 days ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
Updated by Matthias Van Ceulebroeck 5 days ago
- Assignee set to Matthias Van Ceulebroeck
Updated by Romain Mardulyn 4 days ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to Romain Mardulyn
Actions