3 / 3
Jan 2022

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

  • created

    Jan '22
  • last reply

    Jan '22
  • 2

    replies

  • 859

    views

  • 3

    users

Assuming you have them properly set up and separate (make sure your dataStorePrefix is different), this should work, though we don’t do it anywhere.

Do they work properly if you call applyFilters({}) or applyFilters()? Not caring about results, just proper display.

Nathan