After Reinitialize header and body not aligned

After Reinitialize header and body not aligned

anasuryanaanasuryana Posts: 3Questions: 1Answers: 0
edited February 2024 in Free community support

i try upgrade from version 1.13.8 to 2.0.0

after inspecting element there are two colgroup element when after i reinitialize the datatable.

currently i manually remove first colgroup element before i reinitialize datatable.

the code to remove is like this

tblUserInfo.getElementsByTagName('colgroup')[0].remove()

is this the only one way to keep header and body aligned ?

Answers

Sign In or Register to comment.