Table - Custom Code

Hi,

To reload a new table block through a script, the event listenner is window.dispatchEvent(new CustomEvent('reload-table1') and not anymore window.dispatchEvent(new CustomEvent('reload-block-table1')

In other words, the syntax changed => -block- is to be removed for all new blocks (table, list, grid, item-details…) when using scripts to reload them.

Another example can be found here: Refresh after modal close? - #61 by matthieu_chateau