0

I have a grid with 50+ columns. I would like to enable the user to select a column they want displayed (with a dropdown or some such). Is there any function to make a certain column be visible [to the user] e.g. scroll the grid to the column location or move the column?

Andrew White
  • 1,770
  • 4
  • 25
  • 43

1 Answers1

0

You can use columnChooser method. See the answer and this one which include the demo for more details.

Community
  • 1
  • 1
Oleg
  • 220,925
  • 34
  • 403
  • 798