Hi, I need to Rotate the DataTable Is It possible?!

Hi, I need to Rotate the DataTable Is It possible?!

PriyankaRPriyankaR Posts: 5Questions: 1Answers: 0

My DataTable
Date Name Status Shift
18/06/2022 Name1 Yes Day
18/06/2022 Name2 Yes Day

Expecting Output

Date 18/06/2022 18/06/2022
Name Name1 Name2
Status Yes Yes
Shift Day Day

Answers

  • rf1234rf1234 Posts: 2,806Questions: 85Answers: 406

    I would do this with two data tables. The second one should be hidden initially. Then you could make a custom button "Rotate" for each data table. That hides the current table and shows the rotated table - and vice versa.

    And no, I have no example for this in case you were asking. But maybe somebody else has an example?

Sign In or Register to comment.