Is it possible to show single record

Is it possible to show single record

sanjksrisanjksri Posts: 1Questions: 1Answers: 0

I want to know if it is possible to show data of a row in vertical form instead of horizontal like this

Col1 : Val1
Col2 : Val2
Col3: Val3
Col4 : Val4

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    You could use 'always-open' child rows, perhaps - this example shows that. You could show one column in the main table, then the rest in the child row.

    Colin

Sign In or Register to comment.