You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a new <d2l-table-wrapper>+<table> and inserting it into the page always causes the horizontal scroll buttons to quickly appear/disappear when the table is rendered.
That is visible on this page: https://census.d2l.dev/sql.html?v=2022/04/20/18 if you type SELECT 1 and hit "Execute". This page relies on creating tables dynamically with different columns depending on user input, so it is very noticable.
Creating a new
<d2l-table-wrapper>
+<table>
and inserting it into the page always causes the horizontal scroll buttons to quickly appear/disappear when the table is rendered.That is visible on this page: https://census.d2l.dev/sql.html?v=2022/04/20/18 if you type
SELECT 1
and hit "Execute". This page relies on creating tables dynamically with different columns depending on user input, so it is very noticable.@svanherk noticed that https://daylight.d2l.dev/components/table/ actually exhibits the issue (but it of course is less noticable with it being on page load + there being more on that page.)
Not a big deal, just an FYI.
The text was updated successfully, but these errors were encountered: