Hiding table data using

前端 未结 10 1097
轻奢々
轻奢々 2020-12-15 16:22

So, I\'ve hidden whole tables like this, which works fine:

10条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-15 16:36

        
        /* add javascript*/
        {
        document.getElementById('abc 1').style.display='none';
        }
       /* after that add html*/
       
        
        
        ...
        
        
        
Test Table
abcd
efgh

提交回复
热议问题