Replies: 2 comments 2 replies
-
I do have Export as CSV or Tab Delimited and it's a service/package that is optional, which basically loops through all rows of the DataView which I'm using exclusively in my libs. The service is shown below and I use 1 external lib I also have another service/package for Excel export but it requires a couple more 3rd party libs The reason I never added an export plugin here is that I don't use SlickGrid plugins directly anymore since I have my own, so I never spent the time to copy and adapt my services to be written as a plugin here and also because I use external lib. At the time, I started my export services from this Stack Overflow QA: https://stackoverflow.com/questions/11503007/slickgrid-functions-for-csv-export I did see your new pivot Example but I never quite understood the pivot concept so there isn't much I could say about it. I didn't see any dynamic pivot creation though ;) |
Beta Was this translation helpful? Give feedback.
-
Thanks, that's extremely helpful. Re pivoting, I've only got it working for reporting so far, so a read-only grid. These were my requirements at the time. The pivoting is done in JS. This is the hard part done though, so it wouldn't be hard to get dynamic pivoting and updateable editing working. re #894 I suppose this is a necessary evil. This is part of a trend for establishing best practice that can't be unsafe no matter how bad the code is. You can tell I'm not personally enthusiastic about it, but in terms of positioning Slickgrid for widespread use, this is an important box to tick. |
Beta Was this translation helpful? Give feedback.
-
Hey @ghiscoding , do you have any libraries for client-side export of grid data to CSV? I did a quick search of Slickgrid-Universal but couldn't find anything.
Also, did you notice the new pivot example?
Beta Was this translation helpful? Give feedback.
All reactions