Make content overflow table content with fixed columns

Make content overflow table content with fixed columns

Radoslav KonuchRadoslav Konuch Posts: 9Questions: 4Answers: 0
edited January 2020 in FixedColumns

Hello, is it possible to achieve overflowing of fixed column content? I would like to to make some icon indicators outside of fixed columns like can be seen on following example (green dot):

This can be easily achieved in normal table using the relative position and negative left value on icon container placed in table cell.
However I'm unable to achieve this when using fixed columns. The icons is not visible.
Could anyone help with this?

Thanks in advance.

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    It's not possible with FixedColumns I'm afraid. The fixed column is placed inside a div container, which has overflow: auto; to allow scrolling - otherwise it wouldn't be possible to have the scrolling fixed column!

    The only way to do something like this would be to mark it visibility inside the row.

    Allan

This discussion has been closed.