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

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

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


    
        
            Blah Blah
           


        
26条回答
  •  暖寄归人
    2020-11-22 14:25

    You can use onclick javascript method in tr and make it clickable, also if you need to build your link due to some details you can declare a function in javascript and call it in onclick, passing some values.

提交回复
热议问题