Answer the question
In order to leave comments, you need to log in
How to smoothly hide a row in a table using jQuery?
Good afternoon.
Help write a script that will smoothly collapse/expand rows in a table when a link is clicked
Did the following: jsfiddle.net/pbtr2pfe
BUT:
Answer the question
In order to leave comments, you need to log in
The fact is that some effects do not work with tables. Lines can be removed, added, hidden, but not all animations work.
If tables are necessary there is a crutch. Hide Div inside which is one table row.
but in this case the width of the lines must be hard-coded, which is not very convenient.
the second option is Divs. Make markup on them, slightly increase CSS if libraries like Bootstrap and the like are not used (they already have such markup, you can borrow)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question