Inline editor, Fixed column is not working on edit with scroll bar
Inline editor, Fixed column is not working on edit with scroll bar
Meina
Posts: 4Questions: 2Answers: 1
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?
This discussion has been closed.
Answers
Looks correct to me. Can you link to a page showing the issue (per the forum rules).
Allan