marmelab / admin-on-rest-demo

Source of the admin-on-rest react.js demo, using a dummy REST service powered by FakeRest
https://marmelab.com/admin-on-rest-demo/
331 stars 181 forks source link

The source code does not work like online demo. #7

Closed imaaronzhang closed 7 years ago

imaaronzhang commented 7 years ago

Clone and start the code on the Windows OS, browse it in Chrome, IE Edge and Firefox.

  1. The left sidebar does not work like online demo.
  2. The data grid is not responsive after change the theme to dark.

No error info.

fzaninotto commented 7 years ago

That's because the current source code uses the next branch of admin-on-rest.

Once next will be merged into master (in about 3 weeks), you'll be able to reproduce the same feature. Until then, I recommend that you use an older version of the demo, e.g. 4f1af6ba9dddfa283169c816a509d0ee41170c19 (sorry, to tags for now).

imaaronzhang commented 7 years ago

Thanks for your reply.