• Resolved monikamonika

    (@monikamonika)


    As I am trying to implement very large tables it would be useful to have a fixed header in combination with a fixed first column. Is there a way to do that? I couldn’t find any information about if and how this would be possible.

    Thank you,

    Monika

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Unfortunately, I have to disappoint you here. These two scrolling features are not compatible to each other, so that they can not be used together 🙁

    You could maybe try using the FixedColumns together with a static table height, in which the table is vertically scrollable. For, that please try a Shortcode like

    [table id=1 datatables_fixedcolumns_left_columns=1 datatables_scrolly=500px /]
    

    The 500px can of course be changed to make the table higher.

    Regards,
    Tobias

    Thread Starter monikamonika

    (@monikamonika)

    Hi Tobias,

    thank you for your answer!

    I will try the FixedColumns together wit a static table height and will see if that works for me.

    Best regards,

    Monika

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! I hope this helps!

    Best wishes,
    Tobias

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

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