Dear developers,
at the top of my page is a selection. There are two nextmatch lists in this page (in different tabs).
These two lists should update after a change of selection, triggered by javascript:
var sla_nm = <et2_nextmatch>et2.getWidgetById('sla_nm');
var sko_nm = <et2_nextmatch>et2.getWidgetById('sko_nm');
sla_nm.applyFilters('');
sko_nm.applyFilters('');
The update is triggered, but then the first row disappears. (If only one applyFilters() is triggered, it works.)
After resizing a column, the row reappears again.
Maybe someone knows a simple workaround. (Otherwise I use a ordinary grid instead of a nextmatch, but I like nextmatch objects).
Thank you in advance for your support!
Greetings, Axel