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
Sometimes we need to create templates that use data from other columns, e.g., an anchor link that uses the item ID in the URL and the item name for display.
Let's pass the row item as a second parameter to the templateFn function. This change is backward compatible.