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
Given an array of column definitions, why can't I access the accessor function property from it ? I am trying to calculate what data is visible in the table and want to get the value of each cell from each row. I want to use the accessor function from my column definition for this purpose but typescript complains that the property accessorFn doesn't exist on the column definition.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Given an array of column definitions, why can't I access the accessor function property from it ? I am trying to calculate what data is visible in the table and want to get the value of each cell from each row. I want to use the accessor function from my column definition for this purpose but typescript complains that the property
accessorFn
doesn't exist on the column definition.Beta Was this translation helpful? Give feedback.
All reactions