interchange / TableEditor

25 stars 4 forks source link

Progress indication #15

Closed racke closed 10 years ago

racke commented 10 years ago

Table editor should do a progress indication when loading data from the API. The problem is if you go to an object edit page, it first shows "New" and you would think something is work in case the API takes long to load the data. I have a test database with > 3 million product records where it takes a few seconds to retrieve the product data.

gregapompe commented 10 years ago

Can you please send me this test database, or script, so its easier for me to test it.

gregapompe commented 10 years ago

Bootstrap spinner added.

I tried ngProgress and it doesn't work properly (goes crazy quite often). Just so no one makes the same mistake.