Is there a way to suppress the grid’s error message? We would like to display our own EmberJS component, but I can’t find a way to keep the default error message from displaying.
Thanks
Specifically, when the grid has no data, there is the message “No data to display”. This is the message I would like to suppress. When there condition, we have an Ember component we would like to display in its place. I hope that give you enough detail.
Thanks for the reply.