weird scrolling
weird scrolling
ekittell
Posts: 3Questions: 2Answers: 0
in FixedColumns
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();
This discussion has been closed.
Answers
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