how to make a whole row in a table clickable as a link?

前端 未结 26 1930
粉色の甜心
粉色の甜心 2020-11-22 14:05

I\'m using Bootstrap and the following doesn\'t work:


    
        
            Blah Blah
           


        
26条回答
  •  自闭症患者
    2020-11-22 14:25

    i would prefer to use onclick="" attribute as it is easy to use and understand for newbie like

     
        UserName
        Email
        Address
    
    

提交回复
热议问题