Problem of aligment in inline editor with scrollx and scrolly
Problem of aligment in inline editor with scrollx and scrolly
snehlata
Posts: 1Questions: 1Answers: 0
I am using inline editor and I want to use both scrollx and scrolly feature as well. But when i click on the edit button the aligned text boxes are not aligned below the columns.
Can someone help me with this.
I am providing the screenshots below for reference.
table = $("#table").DataTable({
fixedColumns: {
leftColumns: 4
},
dom: "Bfrtip",
scrollY: 200,
scrollX: true,
scrollCollapse: true,
data: result,
order: [
[4, 'asc']
],
autoWidth: false,
paging: true,
pageLength: 100,
orderCellsTop: true,
select: {
style: 'multi',
selector: 'td:first-child'
},
colReorder: true,
idSrc: "id",
rowId: "id",
"bDestroy": true,
columns: [-----------] })
Edited by Colin - Syntax highlighting. Details on how to highlight code using markdown can be found in this guide.
Answers
To be clear, is that inline editing using Editor, or some other mechanism.
I'm asking as our accounts aren't showing that you have an Editor license - it just reports that your trials have expired. Is the license registered to another email address? Please can let us know so we can update our records and provide support.
Thanks,
Colin
If you are using Editor, can you provide a link to the page showing the issue so I can debug it please?
Allan