Is there any way to update a table layout after it has been created?
I have a TableLayout that should contain the results of a search. I verified that the results are returned accurately and added to the table but somehow the table doesn’t show it.
Is there any way to update a table layout after it has been created?
Share
Try calling invalidate() on TableLayout after the result set has changed.