-
Notifications
You must be signed in to change notification settings - Fork 24
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
Nice #1
Comments
thanks for your feedback. I've had some hard times with vue and ag-grid actually when I was building this project. Let me check that. |
R u listing only the file upload right ? not like django-filebrowser can retrieve all files inside a specific folder |
Multiple upload is not supported. I would use filepond js library for this functionality. |
Ah okay, I thought is similar django-filebrowser, so I can list all my files inside a specific folder. |
Sweet project.
The cellRenderer for making icons, filetypeCellRenderer, I found you can actually use a vue component instead of a renderer, which then becomes easier to manage. Seen now that you are registering it both as a cellRenderer and as a frameworkComponent, but its enough to put it in one .vue file and call it a cellRendererFramework
Like this here, https://github.com/seanlandsman/ag-grid-vue-playground/blob/master/src/components/DeclarativeGridExample.vue
The text was updated successfully, but these errors were encountered: