how to add a field that lists the rows in flat mode, and how to add a total count
Hi Rafael!
Thank you for the question.
To configure the component in the flat mode with all necessary options please look at this article in our documentation https://www.flexmonster.com/doc/options/ and see the list of available grid options.
To add grand total to the flat table please turn on grid.showGrandTotals. To indicate where grand total will be displayed use grid.grandTotalsPosition.
You can find useful examples here: https://www.flexmonster.com/examples/#!options
Regards,
Tanya
thank you for your prompt response, however the solution you give me is not what I'm looking for, I attached an image, hoping to be more understandable
Rafael,
Please look at this sample: https://jsfiddle.net/flexmonster/anexymzu/1/
Does it meet your needs?
You can find more examples here:
https://www.flexmonster.com/examples/#!calculated-measures
Regards,
Tanya
Thank you, solve the first part of my question, the second is how to number from 1 to N each of the records shown in the table
Rafael!
Please try the following approach: https://jsfiddle.net/flexmonster/anexymzu/3/
Does it work for you?
Thanks,
Tanya