RickStrahl / jquery-resizable

A small jQuery plug-in to make DOM components resizable
MIT License
234 stars 91 forks source link

Not resizable in td cells #50

Open Ariharan2002 opened 8 months ago

Ariharan2002 commented 8 months ago

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