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
Looks like the umbraco table directive needs a "key" property on an entity (which umbraco entities do). This key is compared with other selected items to see if an item is already selected. As all entities didn't have a key, these would be undefined and thus they are equal.
I've added some code to generate a key guid based on the id so it should be uniqe by entity. This should do the trick.
I can use select all or I can select one item, but I can't select more than one item by ticking the checkbox.
See attached gif.
The text was updated successfully, but these errors were encountered: