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
I have a column in a table with a "Tag" type. I want to be able to click in the cell to popup a modal so I can add/remove tags for this cell. This works fine, until the cell is empty and there are not tags. Then you cannot click in it and get the event.
Expected Behavior
I would expect to get notified if the user clicks in the cell, regardless of the cell currently has no tags.
Steps to reproduce
Add a Tag column to a table.
Add a click event to the column
Click on an empty cell in the tag column