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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is related to #502.
I'm curious as to why when a row is clicked the following data structure is returned:
It would make a bit more sense to me, and be easier to work with rowClick event if the row dataset was returned as it was passed in like:
or like
or even the index number of the clicked row.
This would make performing actions on the data from that row much easier to handle, without needing an intermediate plugin to reconstruct the data.
I'm curious as to why the rowClick dataset is returned the way it is.
Beta Was this translation helpful? Give feedback.
All reactions