I am use 3 datatable in one page, 1st table having width by jquery but 2nd & 3rd not???
I am use 3 datatable in one page, 1st table having width by jquery but 2nd & 3rd not???
I am use 3 datatable in one page, 1st table having width by jquery but 2nd & 3rd not and also this table automatic remove the responsive property
1st Table =
<th class="sorting_disabled" rowspan="1" colspan="1" style="width: 88px;">Name</th>
<th class="sorting_disabled" rowspan="1" colspan="1" style="width: 92px;">Condo Unit</th>
<th class="sorting_disabled" rowspan="1" colspan="1" style="width: 105px;">Phone</th>
<th class="sorting_disabled" rowspan="1" colspan="1" style="width: 162px;">Emergency Number</th>
<th class="sorting_disabled" rowspan="1" colspan="1" style="width: 70px;"></th>
2nd table =
<th class="sorting_disabled" rowspan="1" colspan="1" style="width: 0px;">Name</th>
<th class="sorting_disabled" rowspan="1" colspan="1" style="width: 0px;">Condo Unit</th>
<th class="sorting_disabled" rowspan="1" colspan="1" style="width: 0px;">Phone</th>
<th class="sorting_disabled" rowspan="1" colspan="1" style="width: 0px;">Emergency Number</th>
<th class="sorting_disabled" rowspan="1" colspan="1" style="width: 0px;"></th>
Answers
.
Per the forum rules, please link to a test case showing the issue.
Allan