Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
fb92220f
by Tony Chemit at 2024-09-02T11:14:27+02:00
1 changed file:
Changes:
| ... | ... | @@ -226,8 +226,7 @@ public abstract class ContentTableUITableModel<D extends DataDto, C extends Cont |
| 226 | 226 | // do nothing by default
|
| 227 | 227 | }
|
| 228 | 228 | |
| 229 | - protected void onRemovedRow(int row) {
|
|
| 230 | - int modelRow = getModelRow(row);
|
|
| 229 | + protected void onRemovedRow(int modelRow) {
|
|
| 231 | 230 | inlineModels.keySet().forEach(inlineModel -> inlineModel.removeRow(modelRow));
|
| 232 | 231 | }
|
| 233 | 232 |