• Resolved jdpreuth

    (@jdpreuth)


    Hello,
    I’m trying to get my table to have a fixed header and column so that they’re viewable while scrolling through a large table. From my understanding, the table options (advanced) should allow me to do this. The following is what I currently have based on the datatables.net reference: { “fixedColumns”: true, “fixedHeader”: true }.
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Interesting question! 🙂

    Your understanding of the table options (advanced) column is correct. But you’re thinking more advanced than I did… 😉 To use option fixedColumns, you need to install the jQuery DataTables extension FixedColumns. This extension is not part of the plugin, so you’ll need to install it yourself. You can find more information about the extension here:
    https://datatables.net/extensions/fixedcolumns/

    I haven’t tested this extension myself, but I’m really curious if it works nicely together with the plugin. So, if you get this to work, it would be really nice if you could share your experience. Let me know if you need help…

    Best regards,
    Peter

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi,

    Have you been able to fix add fixed columns? Please keep me posted…

    Best regards,
    Peter

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hope you succeeded! I’m closing this topic.

    Best regards,
    Peter

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Fixed Header and Column’ is closed to new replies.