Closed bay-jacewhitten closed 1 year ago
Hi @bay-jacewhitten thanks for the issue this is workaround:
childComponents={{
noDataCell: {
content: ({ noData }) =>
option.loading.enabled ? <></> : noData?.text,
},
}}
https://stackblitz.com/edit/table-loading-ts-q9xejf?file=Demo.tsx
fixed in v7.14.1 https://stackblitz.com/edit/table-loading-ts-9dhmvb?file=Demo.tsx
Both the no data and the loading messages are shown at the same time.
https://stackblitz.com/edit/table-loading-ts-9dhmvb?file=Demo.tsx