Closed ElHex closed 2 years ago
Hi ElHex,
You may assign "data-" attribute by using Custom Type. Please take a look on this pen for more. Hope it can help. Thanks!
The link to the "Custom Type" demo has been moved to https://appendgrid.azurewebsites.net/Demo/CustomType
Hello, I need to be able to have multiple attributes on a column, my goal is to have a select that pulls info from the database via AJAX (using maybe select2), it will return something like this:
from column I would use id and text but I need to have avaliable the participant json data, thats why I want to add a data-participant and have it on the dom
is this possible?