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
The issue that i'm facing is when resizing the table in thead section it works perfectly but i would like to resize on table cells also so i added like $('.adjustable_table th, td').resizableSafe(), with some options inside it but the resize handle appears when i hover on td cells widths also changes in browser's inspect view in elements section but not changing in table still the older with persist but when i resize using thead it works perfect, @RickStrahl response means a lot to me
The text was updated successfully, but these errors were encountered:
The issue that i'm facing is when resizing the table in thead section it works perfectly but i would like to resize on table cells also so i added like $('.adjustable_table th, td').resizableSafe(), with some options inside it but the resize handle appears when i hover on td cells widths also changes in browser's inspect view in elements section but not changing in table still the older with persist but when i resize using thead it works perfect, @RickStrahl response means a lot to me
The text was updated successfully, but these errors were encountered: