-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leave Table headers don't render when too many rows from API #29
Comments
@lylehenderson I am not following. The TableHead does render the text for the column headers. Account Balances doesn't use a table header. Bret |
Maybe because you don't have data? Line 176 only renders the table is there is data. I bet this is the case. It looks like it renders nothing if the data is returned with no transactions. It needs an empty view. Bret |
[image: image.png]
no headers on either card.
The pages show them properly, but nothing on the cards.
Thanks,
Lyle
…On Mon, Oct 16, 2023 at 2:59 PM Bret Hansen ***@***.***> wrote:
@lylehenderson <https://github.com/lylehenderson> I am not following. The
TableHead does render the text for the column headers.
[image: Screenshot 2023-10-16 at 2 57 04 PM]
<https://user-images.githubusercontent.com/7442142/275659099-d533ac70-68d8-447f-99eb-89108e3e21b7.png>
Account Balances doesn't use a table header.
Bret
—
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIGB7CFTOGTRQRW3CEJHXOTX7WU4BAVCNFSM6AAAAAA6CU7ES2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRVGM2DEMRRGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Actually I figured out the defect... too many options displaying.
As soon as I removed all zero balance types from the card. the headers
started working.
PS.. note i did swap out the avail date for activity date.
[image: image.png]
Thanks,
Lyle
…On Mon, Oct 16, 2023 at 3:01 PM Bret Hansen ***@***.***> wrote:
Maybe because you don't have data? Line 176 only renders the table is
there is data.
I bet this is the case. It looks like it renders nothing if the data is
returned with no transactions. It needs an empty view.
Bret
—
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIGB7CF2ROKT43SRGEZ7TADX7WVDZAVCNFSM6AAAAAA6CU7ES2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRVGM2DIMZQGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Hmm none of my screenshots make it to these comments. I resolved this by: |
They are defined:
Leave Balances
but never render.
Account Balances Header isn't even defined.
The text was updated successfully, but these errors were encountered: