-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Labels
Description
ATM gridforms will search the DOM at javascript-load-time and works with the elements found at init time all the time.
when elements get created via javascript after gridforms was loaded, gridforms will not take them into account.
either gridforms should detect wether elements have been inserted, or it should provide a method which can be called to re-fresh its el.fieldsRows, el.fieldsContainers etc.
at best one could give a parameter into this re-fresh method to make gridforms work inside this newly added elements instead of searching via DOM operations across the whole document.