weird scrolling

weird scrolling

ekittellekittell Posts: 3Questions: 2Answers: 0

some times I get a situation where the fixed columns will scroll independently of the other columns if you put the cursor over the fixed columns and use the scroll wheel, it's unpredictable and hard to reproduce, though it always seems to happen right after I do a column search and redraw the table

     dataTable
            .column( col )
            .search( search, regex, !regex, false )
            .draw();

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Very odd - there might be an event binding issue. I've just tried to reproduce the issue and didn't manage to do so unfortunately, but I'll try again with a bit more vigour later on.

    Allan

This discussion has been closed.