cancel
Showing results for 
Search instead for 
Did you mean: 

Fixed Columns during horizontal Table scrolling

former_member238549
Discoverer
0 Kudos

Hallo,

is there a posibility to fix the first two columns of a table during horizontal scrolling without having two tables showing the data?

Thanks for help.

Falk

Accepted Solutions (1)

Accepted Solutions (1)

former_member184515
Participant
0 Kudos

Dear Falk,

This can be achieved by Column Scrolling.

Mention Table Property "scrollableColCount" = 2

TableColumn1 Property "fixedPosition" = left

TableColumn2 Property "fixedPosition" = left

Best Regards,

Laxman Chittepu

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can use two tables, one containing the scrollable columns and one containing fixed. Just put the scrollable table into a scroll container.

Regards,

Fareez

former_member238549
Discoverer
0 Kudos

Hi Fareez,

thanks for answer but is there a solution without two table?

Thanks

Falk

Former Member
0 Kudos

Hi Falk,

To be frank, I have not tried that. But I notice a property firstVisibleScrollableCol and scrollableColCount in the table element. Hope this would be having some purpose regarding your requirement.

Regards,

Fareez

vickyokrm
Participant
0 Kudos

Hi,

Please be clear with forum posting..

Thanks,

Vignesh.