A complex fixed columns idea in need of a solution.

A complex fixed columns idea in need of a solution.

bfarkasbfarkas Posts: 181Questions: 48Answers: 0

I am working on a very wide table, roughly 30 columns, so fixed columns is appealing, the problem is the two columns that make the most sense to stick, first name and last name, are the third and fifth column. Would love to figure something out that maybe hides columns 1,2,4 and then fixed 3,5 when someone scrolls to the right. Any ideas?

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583
    Answer ✓

    I guess you could fix all of the first five columns, and then call columns().visible() to hide the columns on a scroll. This SO thread discusses detecting scrolls, so could be used as a starting point.

    Colin

This discussion has been closed.