Hi Tom,
Thanks for contacting Syncfusion support.
Query #1: “Customizing the empty records message in grid”
You can achieve this requirement by modifying the EmptyRecords value of the locale data in the Grid’s load event. This is demonstrated in below code snippet,
onLoad: function(args) {
this.$refs.grid.ej2Instances.defaultLocale.EmptyRecord = "Empty grid";
} |
Sample for your reference,
Query#2: Ideally, I would like full customization by using a vue slot. Are there any plans in the future to implement this?
Currently our Vue doesn’t have support for Vue Slots. Already we have added this feature in our list.
You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.
Regards,
Pavithra S.