I want to add a column at the end, with some action like edit/Edit/View.. (I am using Cakephp)
I want to add a column at the end, with some action like edit/Edit/View.. (I am using Cakephp)
Hey there,
I am first time using datatables, i was able to got data from server and slowing it on the table. Now i just want to add a column at the end with some action like view/edit/delete. I am bit confused how to do this.?? In my table i have three columns namely as Id | Title | Description | Actions (will the final column). In this column i want to use font icons for edit/delete/view with ID's of respective row, when user click on these actions it will redirect to another page.
Many thanks in advance if somebuddy could help.!
Answers
This Editor example shows how it might be done.
Allan