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
This commit resolves issues where the table renderer extended beyond the width of its parent element.
Now, when the table renderer takes up more space than permitted by JsonForms's size,
a scroll bar is shown. Thereby, the table actions (sort, remove) are sticky at the right end of each row.
Fixes#2309
Describe the bug
Angular material tablerenderer exceeds the width of JSON Forms.
Expected behavior
The table renderer should have a different overflow behavior (e.g. Scrollbar) and not exceed the width of JSON Form.
Steps to reproduce the issue
In the angular material example app:
Screenshots
Which Version of JSON Forms are you using?
3.2.1
Framework
Angular
RendererSet
Material
Additional context
No response
The text was updated successfully, but these errors were encountered: