galenyuan / vue-datatable

[DEPRECATED] Datatable component for Vuejs
MIT License
120 stars 36 forks source link

Adding Link or Button into the Datatable row #2

Closed OwenChia closed 8 years ago

OwenChia commented 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.

galenyuan commented 8 years ago

Plan to add two options:

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

galenyuan commented 8 years ago

added in this commit