delete option in row

delete option in row

sarityesaritye Posts: 1Questions: 1Answers: 0

hi,
i use "table.row.add([a,b,c,' ']).draw" to add row to table. every row have 3 columns with fourth column for "edit" option.
but it's create row with 4 columns like this: a,b,"edit","delete". and cover my column c!
my question is how to remove "delete" option from table? i don't want allow to user this option in my table?

Answers

  • allanallan Posts: 62,602Questions: 1Answers: 10,292 Site admin

    DataTables doesn't add a delete column by default, so there must be some code on your page which is adding it. We'd need a link to your page to be able to help identify what code is doing that.

    Allan

This discussion has been closed.