error when using fixed column

error when using fixed column

tiaraxnjaemtiaraxnjaem Posts: 17Questions: 5Answers: 0

when i using fixed column, i got error
"jquery-3.3.1.js:3827 Uncaught FixedColumns already initialised on this table"

this is my code:

"bAutoWidth": true,
data: setGdata,
scrollX: false,
"bSort": true,
"paging": false,
fixedColumns: {
leftColumns: 1
},
"columnDefs": [
{"width": "180px", "targets": 0}
],
"columns": performanceTableColumn

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599
    Answer ✓

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.