Customizing the "no data error" message

How to :: customize the No Data Error message

Warning

This option is only available in code mode.

Overview

It is possible to change the generic message of โ€œno dataโ€ error.

Configuration

Edit the app config in "Advanced configuration" at the root, with the same indentation level as other properties :

noDataError:
  message: 'Please wait while loading data.'

Last updated