Read Value of Hidden Column in JQuery

前端 未结 8 567
青春惊慌失措
青春惊慌失措 2020-12-20 13:09

I need to hide a column on the table, but after that I cannot read selected row\'s hidden column value.

 dtTable = $(\'#lookupTable\').DataTable({
       \"c         


        
8条回答
  •  [愿得一人]
    2020-12-20 13:59

    Another Soultion Is Add Css Class ID Fiekd Visbilety hideen And $(this).find('td:eq(0)').text(); Retrive The value..

提交回复
热议问题