How do I get Index of a Button Inside MFXTable #316
Replies: 1 comment
-
@Newbie-12131, One solution to such a problem would be using the ID of the data in that row. I suppose the dta populated into your table is gotten from an Object. If so, then you set the Object data with an id property which can later be used to retrieve a specific object, works best with a database. Hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a table where each row contains a button and some information in different columns. I want to know how to make the button do a specific task based on the information present in the same row as the button. But I had no success in even getting the row Index.
and so even if I got the row Index on where the button is, how do I access items from the cells of another columns?
`
private void setMaintenanceTable() {
Beta Was this translation helpful? Give feedback.
All reactions