The official example lacks interaction #3572
-
Checklist
Is your feature request related to a problem?Missing how to interact, how to CURD Is it possible to construct a solution with the existing API?No response Describe the solution you'd like to see.It should be added to the operation item, CURD and other interactions |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 13 replies
-
It's supposed to be like that, it's a demo. If you want to know more about tables go to the documentation |
Beta Was this translation helpful? Give feedback.
-
What doesn't work/what error do you get? |
Beta Was this translation helpful? Give feedback.
-
Please @junmaqiang, use a discussion for questions. This is an issue tracker and intended for reporting bugs and feature requests. I will convert this for you but please use https://github.com/fyne-io/fyne/discussions for questions next time. I suppose you mean CRUD? If you need to remove or delete items just make sure that the |
Beta Was this translation helpful? Give feedback.
-
hey, i think you can take a look at this, and i will also provide you with the working code.
|
Beta Was this translation helpful? Give feedback.
-
Maybe you want the |
Beta Was this translation helpful? Give feedback.
-
This problem is solved icon.Items[1].(*widget.ToolbarAction).OnActivated = func() {
fmt.Println("AA", id.Row)
} |
Beta Was this translation helpful? Give feedback.
Maybe you want the
OnSelected
field? If you set that to a func of your code it will pass the id that is being selected.