sequelize-admin icon indicating copy to clipboard operation
sequelize-admin copied to clipboard

[Feature Request] Define what model attributes to show in table and edit/view list

Open eranimo opened this issue 12 years ago • 3 comments

Similar to how Django admin allows for only a select number of attributes in the table and edit/view.

I am in great need for an admin panel for Sequelize so I will be contributing to this subproject in the future.

eranimo avatar Mar 04 '13 18:03 eranimo

this would rock hard! I'm open to any pull request :) btw. is the admin panel already working for you?

sdepold avatar Mar 04 '13 19:03 sdepold

i experienced some issues with editing the instances. guess i will be able to continue work next week

sdepold avatar Mar 04 '13 19:03 sdepold

I eventually got it working. I am using a Sequelize module loader I ripped from some github snippet. It automatically loads all the models I put in a folder. This caused issues with your admin script, so I had to rewrite the loader.

eranimo avatar Mar 04 '13 20:03 eranimo