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
for the width it is the default behavior to be not scrollable. If you want to have the height fixed, you can use either a fixed height value (e.g. 200dp) or a relative height (like MATCH_PARENT). If the content is bigger than the parent, the table will make the content scrollable.
Regarding your question about showing the sent json data inside the table:
Of cause it is possible to show it in the table. You can also add some custom styling to it. But I don't think it makes sense to clarify this here, as it is a very project specific question.
If you need support please give me some information about how I should get in direct contact with you.
I need to create a table but i dont need the table to be scrollable in the view, but i need that the table fits the specified width, height ?
The text was updated successfully, but these errors were encountered: