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
Initially I was trying to use selectionIndex property to set selection in table, but then noticed that I can't even get its value. Here is my example:
The table:
Initially I was trying to use
selectionIndexproperty to set selection in table, but then noticed that I can't even get its value. Here is my example:The table:
Print out
sel_idxvariable (it prints nothing):Print selected data (this one works fine):
Am i doing something wrong?