Inline editor, Fixed column is not working on edit with scroll bar

Inline editor, Fixed column is not working on edit with scroll bar

MeinaMeina Posts: 4Questions: 2Answers: 1
edited August 2016 in Free community support

var table =$('#test').DataTable({
dom: "Bfrtip",
scrollX: true,
fixedColumns: {
rightColumns:1
}............................

I need to fix last column. but when I add scrollX: true then its not working when I edit table row. Could be please suggest me?

Answers

  • allanallan Posts: 63,812Questions: 1Answers: 10,516 Site admin

    Looks correct to me. Can you link to a page showing the issue (per the forum rules).

    Allan

This discussion has been closed.