how to revert back to normal after display:none for table row

前端 未结 9 1041
迷失自我
迷失自我 2020-12-11 14:42

Basically, I have a table. Onload, I set each row of the table to display:none since I have a lot of javascript processing to be done and I don\'t want user to

9条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-11 15:05

    Why don't you put the table in a div, make that div's display to none, and when the processing is done, set div's display back to block or inline block or whatever you need there...

提交回复
热议问题