We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Show without grouping

Answered
dongbeom Kim asked on April 4, 2022

Is it possible to express data as it is without grouping at all like the captured screenshot?

1 answer

Public
Maksym Diachenko Maksym Diachenko Flexmonster April 4, 2022

Hello!

Thank you for writing to us.

Flexmonster allows to show data without grouping. This layout option is called "Flat form". You can switch to this view:

  • From the UI. In can be done with Options tab of the Toolbar, by selecting "Flat form" layout.
  • Inside the component. You can specify the flat type inside the OptionsObject. Here is code example:
    options: {
    grid: {
    type: "flat"
    }
    }

    Please see this flat table example: https://jsfiddle.net/flexmonster/L4hzgpo6/.

 
Feel free to contact if additional questions arise.

Best Regards,
Maksym

Please login or Register to Submit Answer