Row & column alignment when dynamically adding rows to a html table using BeginCollectionItem in ASP.NET MVC 3 using jQuery
问题 I have the following html table definition in my main view <table id="myDynamicTable" cellpadding="0" cellspacing="0" class="burTable" width="964px"> <thead> <tr> <th style="white-space: nowrap;display: inline;width: 40px" > ColOne </th> <th style="white-space: nowrap;display: inline;width: 90px"> ColTow </th> <th style="white-space: nowrap;display: inline;width: 54px"> ColThree </th> <th style="white-space: nowrap;display: inline;width: 60px"> ColFour </th> <th style="white-space: nowrap