Skip to main content
kavyam0002
October 8, 2024
Question

row wise grid

  • October 8, 2024
  • 1 reply
  • 0 views

we have column wise grid users wants it in row wise grid how can we implement 

    1 reply

    mikes0011
    Brainy
    October 8, 2024

    You'd need to implement this logic manually - generally, you'd transform the original data into columns given the (presumably constant) original rows, then feed it into the grid as usual.