How to fill the last column with buttons?

How to fill the last column with buttons?

ladislav2ladislav2 Posts: 13Questions: 0Answers: 0
edited September 2013 in General
Hi,

I am populating my datatable with json and it works perfectly. I want to add one column "Action" which will have dropdown menu for every row with different actions. In json I'm sending in the place of this column empty string, so that datatable could parse it.

The question is, how can I fill the last column with my html. I do not want to send in the json any markup, so I have to add it somewhere on the client side (it is quite the same for every row). Some hint?
This discussion has been closed.