oleksandrbalan / lazytable

Lazy layout to display columns and rows of data on the two directional plane.
Apache License 2.0
297 stars 12 forks source link

Clickable Items (whole row)? #31

Open sardonicus87 opened 4 months ago

sardonicus87 commented 4 months ago

I'm trying to make each entry (from a database) clickable (in order to navigate to an edit entry screen).

Anyway, I can't seem to add a modifier (no parameter specified for "modifier") to the whole row of an entry so that all one has to do is click anywhere on that row to navigate to edit the entry. I can make the whole table clickable, or individual cells, but not rows.

Is this even a possibility?