How to reverse the row of 'stacked column'

Hello!

I set 'stacked column'. Like this.

+----------------------------------+--------------------------+---------------------------|

|               column1           |                                |                                 |

+----------------+----------------+          column4       |      column5             |

|  column2   |   column3  |                                |                                 |

+----------------------------------+--------------------------|----------------------------|

But I want this pattern.

+----------------------------------+ --------------------------+---------------------------|

|  column2   |   column3  |                                |                                 |

+----------------+----------------+           column4       |      column5             |

|               column1           |                                 |                                 |

+----------------------------------+ --------------------------|----------------------------|

What should I do?


3 Replies 1 reply marked as answer

FS Farveen Sulthana Thameeztheen Basha Syncfusion Team May 19, 2024 07:59 AM UTC

Hi Customer,


Greetings from Syncfusion Support.


Before proceeding this we need some more additional information to guide you in right way. Share us the following details.


  1. Please confirm whether you are using Essential JS1 Grid or JS Grid.
  2.  Complete Grid code example.
  3. Can you please demonstrate with this sample(https://stackblitz.com/edit/angular-mglxfw?file=src%2Fapp.component.ts)


Regards,

Farveen sulthana T



?? ??? May 20, 2024 06:23 AM UTC

Yes, that's right. I'm using ejs-grid. I saw the example you sent me. 


If you look at the example It looks like this, 


+---------------+-------------------------------------+

|                  | Order Details                      |

|  Order ID +---------------------+---------------+

|                  | Order Date     | Freight($) |

+---------------+--------------------+---------------+


but I want a shape like this.

+---------------+-------------------------------------+

|                   | Order Date     | Freight($) |

|  Order ID +---------------------+---------------+

|                  | Order Details                      | 

+---------------+--------------------+---------------+



JS Johnson Soundararajan S Syncfusion Team May 27, 2024 07:20 AM UTC

Hi  customer,


Thank you for reaching out to us.


We understand that you would like to arrange the stacked header so that two main headers are accompanied by a single sub-header. However, achieving this specific arrangement is not currently possible. Our system allows for defining two or more sub-headers under one main header, but not for sharing a single sub-header between two main headers.


Please get back to us, if you need further assistance.


Regards,

Johnson Soundararajan S


Marked as answer
Loader.
Up arrow icon