Is it possible to have a tooltip that is specific to the data in each cell of the table?
For example, if using the table to load test grades (97%, 100%, 80%, etc.), I'd like to show the point value for that test when you hover over the score. So, if a test was worth 50 points and the grade was a 98%, I'd like the tooltip to show "49 Points out of 50".
Is it possible to load this in with the data in some way, similar to how you can load cellCls?
Thanks in advance for any help!