You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI,
Need some help here, could someone add example in document, how you open multiple windows without adding placeholders in advance. Consider there are 50 rows in grid/table and user can click any row to open detail in new window.
Following style will not work here: state && < NewWindow / >
User can add new row anytime, so can't just use rows.map(....)
May be the use of factory or direct open new window without component.
Plus closing the parent window should close child window, sample not have this behavior, is support there ?
and unique window id
The text was updated successfully, but these errors were encountered:
HI,
Need some help here, could someone add example in document, how you open multiple windows without adding placeholders in advance.
Consider there are 50 rows in grid/table and user can click any row to open detail in new window.
Following style will not work here: state && < NewWindow / >
User can add new row anytime, so can't just use rows.map(....)
May be the use of factory or direct open new window without component.
Plus closing the parent window should close child window, sample not have this behavior, is support there ?
and unique window id
The text was updated successfully, but these errors were encountered: