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

Needs to modify, but isn't modifying, .dataTables_sizing elements #20

Open
mewalig opened this issue Mar 15, 2019 · 0 comments
Open

Needs to modify, but isn't modifying, .dataTables_sizing elements #20

mewalig opened this issue Mar 15, 2019 · 0 comments

Comments

@mewalig
Copy link

mewalig commented Mar 15, 2019

It looks like the code contemplates this but doesn't yet do it-- multiple variables such as $scrollBodyThSizing are set to find the .dataTables_sizing elements, but none of them actually set them, which is a reason (possibly among others, not sure) that this library is not working for me with my Datatables.

Am using the following options:

 {
    dom: 'Rlfrtip',
    data: data,
    deferRender: true,
    scrollCollapse: true,
    scroller: true,
    scrollY: 300,
    ordering: false
  }

Any suggestions?

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

No branches or pull requests

2 participants