Problem of aligment in inline editor with scrollx and scrolly

Problem of aligment in inline editor with scrollx and scrolly

snehlatasnehlata Posts: 1Questions: 1Answers: 0
edited May 2023 in Free community support

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

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    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

  • allanallan Posts: 61,663Questions: 1Answers: 10,095 Site admin

    If you are using Editor, can you provide a link to the page showing the issue so I can debug it please?

    Allan

Sign In or Register to comment.