Karthikeyan

Results 8 comments of Karthikeyan

Hey, That would be a nice feature to have. This is how I think you could go about implementing it: 1. Add a button next to 'Add' on top which...

Awesome, that sounds great. Also, as for the question whether the user would need only the current page or whole collection, we could have the export button as a dropdown...

Hey, kinda same here, haven't been able to do much on this package. I'll be working on a quick MVP this weekend that will use meteor-admin a little more heavily...

Hey, could you share your `kAdminConfig` here so I can see if there is an issue with it.

Hey, "dropdown on top right" refers to the dropdown which reads, "Choose module". Selecting a module from it would then show a table with the rows in that collection.

If you are using nemo64 bootstrap package, make sure you have set true for dropdowns and collapse. Any error message in your browser/server console?

Hey, your configuration seems alright. Here is some sample code that works: ``` kAdminConfig = { name: "KAOS Agency Admin", roles: [ "admin" ], collections: { Content:{ tableColumns:[ { label:'Title',...

Hey, I don't see anything that could cause a conflict. Could you please do a quick check by creating a new project, adding the admin package and dependencies and just...