Rendering issue when table is not viewable
Rendering issue when table is not viewable
I came across situation where data table is created in a tabbed panel and the table gets skewed when the table is in inactive tab while getting created.
Any idea what could be going wrong here ![]()
This discussion has been closed.
Replies
Try using
columns.adjust()when the table becomes visible.Kevin