Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict with FixedHeader and FixedColumns #18

Open
yamibakura opened this issue Jul 6, 2015 · 1 comment
Open

Conflict with FixedHeader and FixedColumns #18

yamibakura opened this issue Jul 6, 2015 · 1 comment

Comments

@yamibakura
Copy link

Hi,
I'm using your REDIPS_drag together with the DataTables lib: it works fine but, when using the extensions FixedColumns and FixedHeader, REDIPS_drag looses the cells positioning.

Example: the cursor is on 3rd row - 10th column, instead the target cell is highlighted on 1st row - 2nd column.

It seems that the "scrollX" and "scrollY", needed to enable FixedColumns and FixedHeader, conflicts with REDIPS_drag. Is there some solution?

Thanks in advance

PS: my initialization of DataTables and extensions:

  • var table = $('#table2').DataTable({
    "bPaginate": false,
    "bSortClasses": false,
    "bJQueryUI": true,
    "bSort": true,
    "sDom": 'C<"clear">ti',
    "scrollY": "100%",
    "scrollX": "100%",[...]
  • new $.fn.dataTable.FixedHeader(table, {"bottom": false});
  • new $.fn.dataTable.FixedColumns(table, {leftColumns: 6,heightMatch: "auto"});
@dbunic
Copy link
Owner

dbunic commented Apr 16, 2017

Hi,
it's been a while, but can you provide more information, please? A code example on jsfiddle would be very helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants