Monday, October 20, 2014

html table tbody

Posted by Unknown  |  No comments


 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  

 // table head starts here.  
 function table() {  
   try {  
     var strgridHead = ' <table align="center" style="border: 1px solid;" Width="1000px;" id="tblBOMgridview" ><thead style="font-weight:Bold; background-color :gray;color:White; width: 100%; height:20px; display: block; " >' +  
      '<tr align="center" id="gridrow"><td style="display:none;">DocID</td><td style="width:100px;">Remove</td><td style="width:100px;">Edit</td><td style="width:100px;">SlNo</td><td style="width:200px;">Item Code</td><td style="width:200px;" >Item Name</td><td style="width:200px;" >BOM</td><td style="width:200px;" >S.UOM</td>' +  
      '<td style="width:200px;">Qty</td></tr></thead><tbody id="BOMtbodyID" style="display: block; Height:210px; overflow:auto;"></tbody></table>';  
     $('#BOMTablediv').append(strgridHead);  
   }  
   catch (ex) {  
   }  
 }  
 // table head ends here.  

 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  


6:45 AM Share:

0 comments:

Get updates in your email box
Complete the form below, and we'll send you the best coupons.

Deliver via FeedBurner
Proudly Powered by Blogger.
back to top