• Resolved LunaGraphica

    (@lunagraphica)


    I have installed the TablePress Extension: DataTables FixedColumns extension.

    I am using the following shortcode:

    [table id=1 responsive=scroll datatables_fixedheader=top datatables_fixedcolumns_left_columns=1 datatables_fixedcolumns_right_columns=0 /]

    The left column is NOT fixed.

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    From what I can see, you are trying to use multiple Extensions together, in particular FixedHeader and FixedColumns. Unfortunately, for technical reasons, these are not compatible and can not be used together.

    If you want to use FixedColumns, you’d have to use the Shortcode

    [table id=1 datatables_fixedcolumns_left_columns=1 datatables_fixedcolumns_right_columns=0 /]
    

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Fixed Columns not working’ is closed to new replies.