You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to resolve this by specifying the properties directly, however, the export features is not working, when trying to export to either csv or excel I received the following error,
utilities.js:61 Uncaught Error: selector must be a . delimted string eg (my.property)
at getProperty (utilities.js:61:1).
But the table is displaying fine, only can not export data which is the main reason am using it
I keep getting "there is no records found" with the following implementation
<DataTableExtensions
{...{columns,record}}
>
<DataTable
columns={columns}
data={record}
selectableRows
highlightOnHover
pagination
However, with the tag, the normal is loading the data,
what could I be doing wrong?
The text was updated successfully, but these errors were encountered: