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 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