Closed OwenChia closed 8 years ago
Hi,
How can I add link or Button as an element or content of a DataTable Row. As if I click the link or Button in the DataTable row it will do some javascript work or go to some other pages.
Plan to add two options:
Boolean
If isHTML is true, will render text as a HTML string If isButton is true, user should define a button array and will render buttons by the array
added in this commit
Hi,
How can I add link or Button as an element or content of a DataTable Row. As if I click the link or Button in the DataTable row it will do some javascript work or go to some other pages.