Table Not Laying Out Properly #9

Closed
opened 2022-09-05 02:21:34 +00:00 by engineerjoe440 · 0 comments

Aha! Our first real bug...

Looks like when we add a computer to the table, it's not formatting correctly in the table. Look at this screenshot (below) and see how all of the new values (which should really just be a single row) are actually appearing as four new, discrete, rows.

image

Not ideal ☹️

Cause:

It looks like this is due to some issues with how we're adding the new entry to the table. Turns out we're extending the table, not appending to it. That's not what we want.

Fix:

@joshb got this fixed in 3f56ee7a8152dc987bf1abc8cbd26a7c59b3e95a

Aha! Our first *real* bug... Looks like when we add a computer to the table, it's not formatting correctly in the table. Look at this screenshot (below) and see how all of the new values (which should *really* just be a single row) are actually appearing as four new, discrete, rows. ![image](/attachments/333d5ac1-5a85-4303-b3e3-b64a55072ec1) > Not ideal ☹️ #### Cause: It looks like this is due to some issues with how we're adding the new entry to the table. Turns out we're *extending* the table, not *appending* to it. That's not what we want. #### Fix: @joshb got this fixed in 3f56ee7a8152dc987bf1abc8cbd26a7c59b3e95a
engineerjoe440 added this to the Initial Prototype milestone 2022-09-05 02:21:34 +00:00
engineerjoe440 added the
bug
core
labels 2022-09-05 02:21:34 +00:00
joshb was assigned by engineerjoe440 2022-09-05 02:21:34 +00:00
Sign in to join this conversation.
No description provided.