mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
dashboard: also account for removal of rows in non-rotated tables with top headers
This commit is contained in:
parent
4694acbfe4
commit
cf9da42380
@ -149,6 +149,7 @@ export default class BaseTableWidget extends BaseWidget {
|
||||
let options = this.tables[id].options;
|
||||
|
||||
if (!options.rotation && rowIdentifier == null) {
|
||||
$table.children('.grid-row').remove();
|
||||
$table.children('.flextable-row').remove();
|
||||
this.tables[id].data = data;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user