Possible bug in destroy with FixedColumns

Possible bug in destroy with FixedColumns

timdigginstimdiggins Posts: 9Questions: 2Answers: 0
edited February 2022 in FixedHeader

Link to test case:

n/a (sorry quite tricky to create a simple test case from my use of framework code)

Debugger code (debug.datatables.net):

https://debug.datatables.net/upugok

Error messages shown:

Uncaught TypeError: Cannot read properties of undefined (reading 'offsetWidth')
at FixedColumns._addStyles (jquery.dataTables.source.js:33:1)
at jquery.dataTables.source.js:33:1

Description of problem:

using DataTables-1.11.4 and FixedColumns-4.0.1 (with bootstrap3 integrations).

When I do a destroy on a datatable with FixedColumns configured on it, I am getting an error. This doesn't happen if I downgrade back to FixedColumns-3.2.2

This question has accepted answers - jump to:

Answers

Sign In or Register to comment.