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
Feature Request: I would like the ability to modify any object's value. For instance, I've got an object that has an Image property that is holding an image as a base64 encoded string. I would like to turn this value into this:
In order to do that, we would need a config option that allows you to specify a function that the library will call to return the innerHtml of each cell. This function of course would need to have some context passed into it so that you could interrogate the particular object and key value pair being evaluated.
The text was updated successfully, but these errors were encountered:
Feature Request: I would like the ability to modify any object's value. For instance, I've got an object that has an Image property that is holding an image as a base64 encoded string. I would like to turn this value into this:
In order to do that, we would need a config option that allows you to specify a function that the library will call to return the innerHtml of each cell. This function of course would need to have some context passed into it so that you could interrogate the particular object and key value pair being evaluated.
The text was updated successfully, but these errors were encountered: