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
html_tag::m_grid (used in html_tag::render_table()) is only updated during html_tag::init().
It will go out of sync if we add cells/rows/... after init() is called.
html_tag::m_grid (used in html_tag::render_table()) is only updated during html_tag::init().
It will go out of sync if we add cells/rows/... after init() is called.