rowyio / rowy

Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.
http://rowy.io
Other
6.14k stars 487 forks source link

Import Wizard issue #1224

Closed Ken-JIAnomads closed 1 year ago

Ken-JIAnomads commented 1 year ago

Describe the bug

Hi,

I tried to use the import wizard to import an existing Firebase database (with 1 test document).

I get completely through the import wizard including the final preview step which all seem fine. But when I hit "Finish", it still won't load my existing firebase data. The created rowy table shows up as "loaded all 0 of 1 row".

Screenshot 2023-04-24 at 8 25 56 am

Screenshot 2023-04-24 at 8 19 05 am

Expected behavior Existing firebase data show show up on Rowy database and I can visually amend/add to it.

Additional context

Further when I then try to add a new row I get an orange dot with comment. "Row out of Order. This row will not appear on the top of the table after you reload this page". Why do I get this?

Appreciate your help. Thanks!

bofeiw commented 1 year ago

Currently, if filter or sort is applied to a table, it may not load all rows. We are working on improving UI to make it more transparent. Here is a similar thread: https://github.com/rowyio/rowy/discussions/1188

Out of order may show up for a couple of reasons as commented here: https://github.com/rowyio/rowy/blob/main/src/atoms/tableScope/rowActions.ts#L118

  1. Add row to top is not selected.

    Screenshot 2023-04-24 at 07 03 02
  2. Some filters are set.

Ken-JIAnomads commented 1 year ago

Thanks. That "To top" option was actually greyed out and no filters were set.

But it somehow just fixed itself after the following;

Not sure if it's one or both of those actions tho.

Thanks for your prompt help and reply!