• Resolved tatts

    (@tatts)


    Hi

    Thank you for good plugins.

    First table have problems of scrolls in vertical and horizontal both.

    I am not sure that css setting like this is necessary.

    <first table>

    [table id=1 datatables_fixedcolumns_left_columns=1 row_order=sort row_order_sort_column=B row_order_sort_direction=DESC /]

    <second table>

    [table id=1 responsive = flip responsive_breakpoint = all row_order=sort row_order_sort_column=B row_order_sort_direction=DESC /]

    <css>

    #tablepress-1 td,
    #tablepress-1 th {
    overflow-x: auto;
    overflow-y: visible;
    white-space: nowrap;
    font-size: 12px;
    }
    .tablepress-scroll-wrapper {
    -webkit-overflow-scrolling: touch;
    }

    Thanks
    Tatsuya

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

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Can you please remove this CSS so that we can see how it looks without this? Right now, I don’t see why this happens.

    Regards,
    Tobias

    Thread Starter tatts

    (@tatts)

    Hi

    Thank you for the reply.

    I removed css.
    But I set only
    <css>
    #tablepress-1 td {
    white-space: nowrap;
    }

    Because if I remove this, x-scroll dose not work.

    And even now,first table have problems of scrolls in vertical and horizontal both.

    Thanks,
    Tatsuya

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for testing that. For me, things are better now, but for some reason, the pagination still is “inside” the table. I don’t know why this happens though ??
    Sorry.

    Regards,
    Tobias

    Thread Starter tatts

    (@tatts)

    Hi
    Thank you for the reply.
    The last row is bad even now.??
    Does this problem happen in too many rows ( more than 10 rows?) ?
    Thanks
    Tatsuya

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    I don’t think that it has to do with the number of rows. I have seen this used with much larger tables.
    Unfortunately, I don’t see a reason for this ??

    Regards,
    Tobias

    Thread Starter tatts

    (@tatts)

    Hi

    Thank you for the reply.

    The First table has no problem in iphone.

    This seems happen only in PC.

    Have you heard about it before ?

    Thanks
    Tatsuya

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no, I haven’t seen this problem with the FixedColumns before ?? That’s why I’m out of ideas on why this could be happening.
    Maybe you could use another approach for responsiveness?

    Regards,
    Tobias

    Thread Starter tatts

    (@tatts)

    Hi

    I inserted ‘datatables_counter_column=true’ like this

    <First table>
    [table id=1 datatables_counter_column=true datatables_fixedcolumns_left_columns=2 row_order=sort row_order_sort_column=C row_order_sort_direction=DESC /]

    <Second table>
    [table id=1 datatables_counter_column=true responsive = flip responsive_breakpoint = all row_order=sort row_order_sort_column=C row_order_sort_direction=DESC /]

    And the both tables have no problem in iphone and PC.

    I do not know why.

    What do you think about this?

    Thanks
    Tatsuya

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    I do still see problems with the second table overlapping the first one (on a PC), unfortunately ??

    Regards,
    Tobias

    Thread Starter tatts

    (@tatts)

    Hi

    Thank you for the check.

    The second table have had no problem originally and the first table have had problem in PC.

    I do not understand what you mean with ‘the second table overlapping the first one (on a PC),’.

    The second table still seems to have no problem for me.

    Thanks
    Tatsuya

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    for me, the top row of the second table was showing above the last row of the first table.
    So, yes, the second table was probably fine, but the overall result is not desireable, I think.
    Sorry that I don’t have a solution here.

    Regards,
    Tobias

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘fixed column have problems’ is closed to new replies.