Allowing Users to Hide Rows and Excel Download Matches User Online View

Allowing Users to Hide Rows and Excel Download Matches User Online View

SaraHillmanSaraHillman Posts: 6Questions: 4Answers: 0

We'd like to allow our Users to make changes to the DataTable online and then download an Excel document that matches those changes. We currently allow the User to show/hide columns but would also like them to be able to show/hide rows. Is that a possibility? And is it possible to have the Excel match the online view?

Answers

  • kthorngrenkthorngren Posts: 20,144Questions: 26Answers: 4,736

    We currently allow the User to show/hide columns

    See this column selector example

    would also like them to be able to show/hide rows.

    Datables does this using search. By default the export buttons will export the rows visible after searching.

    Kevin

Sign In or Register to comment.