simo

Results 392 comments of simo
trafficstars

I have that idea long time ago, but currently this feature is not taken into serious consideration. There isn't an interface for creating multiple users in the first place, although...

This is scheduled for the subsequent release, I might as well make my task list public, so that people know what my priorities are :)

https://github.com/simov/express-admin/issues/29#issuecomment-30514629

That's weird. I've never experienced such thing. The configuration logic only tries to add new tables or columns, it never deletes anyhitng.

Yes, disabling them means you have to set `mainview:show:false` for each table you want to hide.

You can't hide the configuration that's been generated for you. You can only use it to configure your admin.

I understand. Currently your best option is to use the code folding feature of your editor. For example in Sublime Text it is: `Ctrl+K+2` to fold all to second indent....

I don't think so :sob:

Thanks for reporting this issue, I definitely don't have tests for this case. What do you think will be the best way to visualize that type of data inside the...

You can display binary fields inside the listview using this [code snippet](https://github.com/simov/express-admin-examples/blob/master/config/custom/static/binary.js). Take a look at the `custom.json` file in that repo on how to include it. As for deleting...