Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There are no records to display #43

Open
giovanniboaz opened this issue Aug 4, 2022 · 1 comment
Open

There are no records to display #43

giovanniboaz opened this issue Aug 4, 2022 · 1 comment

Comments

@giovanniboaz
Copy link

I keep getting "there is no records found" with the following implementation

<DataTableExtensions
{...{columns,record}}
>
<DataTable
columns={columns}
data={record}
selectableRows
highlightOnHover
pagination

    />
    </DataTableExtensions>

However, with the tag, the normal is loading the data,
what could I be doing wrong?

@giovanniboaz
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant