Count of Datas on Wijmo Tables with Vue

Posted by: mehmetkaya on 28 October 2022, 12:27 am EST

    • Post Options:
    • Link

    Posted 28 October 2022, 12:27 am EST - Updated 28 October 2022, 12:32 am EST

    Hi, I want to show count of datas on Wijmo Tables with Vue.js

    For example, let’s see how many trans_id (count of data trans_id ) there are next to the total symbol at the bottom. ( Like Total of Debit )

  • Posted 30 October 2022, 8:00 pm EST

    Hi,

    You can set the column’s ‘aggregate’ property to ‘Cnt’ to show the count of non-Null values in the column, if you want to count all values including ‘Null’ value, use ‘CntAll’ instead. For more information about aggregate values you can use, please refer to this link - https://www.grapecity.com/wijmo/api/enums/wijmo.aggregate.html

    You can refer to the following sample for it’s implementation https://jscodemine.grapecity.com/share/YAeiqi0ED0u1EJwz-IrFsg/

    Regards

  • Posted 30 October 2022, 9:11 pm EST

    Thank you very much :slight_smile:

  • Posted 30 October 2022, 9:11 pm EST

    Thank you very much :slight_smile:

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels