Closed MikeTatsky closed 6 years ago
I am sorry. I just updated. Please try again.
P.S.: I am not super cool about pull requests.
No worries! All seem to check out, one last thing is run npm run render
and push those changes. it will update the comparison table on the README
Sorely on my side I have this when run
Could not use "nc", falling back to slower node.js method for sync requests.
(node:9332) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.
Weird, it's not even an error just a warning... I'll merge it and run render
when I have time, can be more than a few days.
Thank you.
I found the problem. If you look at the build: https://travis-ci.org/AmitMY/grids/builds/397273879?utm_source=github_status
You can see that you put in export:
true
, while export really is a string array of what format you can export to (for example,["CSV", "PDF"]
)