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???

shoaibquraishishoaibquraishi Posts: 2Questions: 1Answers: 0
edited July 2015 in Free community support

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

  • shoaibquraishishoaibquraishi Posts: 2Questions: 1Answers: 0
    edited July 2015

    .

  • allanallan Posts: 63,692Questions: 1Answers: 10,500 Site admin

    Per the forum rules, please link to a test case showing the issue.

    Allan

This discussion has been closed.