-
Notifications
You must be signed in to change notification settings - Fork 25
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
Uncaught Error: selector must be a . delimted string eg (my.property) #40
Comments
I Have the same Issue |
I have to react-data-table-component version = "^7.5.2" and "react-data-table-component-extensions": "^1.6.0" This happened to me when i want to export, and i solved to problem like this columns = [ You must have this format in selector (selector: row => row.title ) Add to cellExport if you want to export i followed to documentation https://www.npmjs.com/package/@innenpkg/react-data-table-component-extensions |
I Have the same Issue |
You have to define cellExport function in columns array. const columns = [ |
When I trying to export or print a document throw this error on console .
Uncaught Error: selector must be a . delimted string eg (my.property)
at getProperty (utilities.js:61:1)
at utilities.js:106:1
at Array.forEach ()
at utilities.js:93:1
at Array.forEach ()
at Object.dataRender (utilities.js:91:1)
at DataTableExtensions.onDataRender (index.js:116:1)
at DataTableExtensions.onPrint (index.js:165:1)
at Object.onClick (index.js:227:1)
at onClick (ui.js:85:1)
The text was updated successfully, but these errors were encountered: