DataSummary

summarize data

DataSummary is a Text with the following properties preset. You can customize it using the properties available in Text.

  • margin
    "{{ vertical: 'xsmall' }}"

Props

messages

Customize the messages shown. This can also be driven via Data 'messages'.

object
"filtered": "{filteredTotal} results of {total} {items}",
    "filteredSingle": "{filteredTotal} result of {total} {items}",
    "items": "items",
    "itemsSingle": "item",
    "selected": "{selected} selected",
    "total": "{total} {items}",
    "totalSingle": "{total} {items}"