How to Use slideDown (or show) function on a table row?

后端 未结 21 2740
清歌不尽
清歌不尽 2020-11-22 09:03

I\'m trying to add a row to a table and have that row slide into view, however the slidedown function seems to be adding a display:block style to the table row which messes

21条回答
  •  情书的邮戳
    2020-11-22 09:34

    Quick/Easy Fix:

    Use JQuery .toggle() to show/hide the rows onclick of either Row or an Anchor.

    A function will need to be written to identify the rows you would like hidden, but toggle creates the functionality you are looking for.

提交回复
热议问题