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
In this case, running $('table').flexitable({ destroy: 'toggle' }) does nothing until the column toggle button is clicked and the plugin gets fully initialized. The fault appears to lie in the viewmodel never getting stored with the table if lazy init is used.
The text was updated successfully, but these errors were encountered:
In this case, running
$('table').flexitable({ destroy: 'toggle' })
does nothing until the column toggle button is clicked and the plugin gets fully initialized. The fault appears to lie in the viewmodel never getting stored with the table if lazy init is used.The text was updated successfully, but these errors were encountered: