What is the best way to include "external data" into an accessorFn
As a bit of a contrived example. Imagine you have a a table of numbers and you want to add some value to all of the numbers in the accessor?
In v7 you would be able to sneak that value in through the table options but in v8 it's not so clear.
I guess the best way is to apply this function to the data before it enters the table?
0 Replies