Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add extensibility point to override object value #12

Open
randyburden opened this issue Jul 28, 2013 · 0 comments
Open

Comments

@randyburden
Copy link

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:

<img src="data:image/jpg;base64,/9j/4AAQSkZJRgABAQEAYAB..." />

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant