-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Accepting nested IDs in header object #34
Comments
Thanks @zoranlorkovic for the suggestion. Perhaps we also need to provide an option to overwrite the character used to separate key names as |
Released as v1.6.0. Let me know if there's any issue 👍 |
Hi good day, I just tried
but the category column always comes out empty. |
Hi @kazeemOnis , you need to specify
|
As often you need to get data from database and then export it in CSV, it would be very handy if we could put nested IDs in header object.
Example:
object = {name: Test, surname: Test, nested: {time: test}}
And our header object would look like:
header: [{id: 'name', title: 'First name' }, {id: 'surname', title: 'Last name'}, {id: 'nested.time', title:'My time'}]
Does this make sense?
The text was updated successfully, but these errors were encountered: