Jeffrey Walter
Jeffrey Walter
Great! I add you as a collaborator. Please let me know if you don't get the invite. Thanks for your help! I just don't have time to do much on...
@mewalig are you still interested in helping out with this repo?
I'll have to compare the behavior in the ColReorder plugin. I think you need to set a pixel width for the table, instead of 100%.
Looking at this [example](https://datatables.net/examples/basic_init/scroll_x.html), it looks like you need to set the width of the dataTables_wrapper to a fixed width and the table width to 100%, like you have. Have...
No worries. You are right, this is broken. I am working on a fix and should have it later today.
@andreadrupal I just committed a fix to make this plugin work better with scrollX, scrollY, and non-scroller tables. Please give it a try and let me know if you find...
The fix is in both the master and 3.0 release branches. On Tue, Jul 3, 2018, 9:27 AM chandgude wrote: > hey @jeffreydwalter . where do I get > your...
Are you calling order() yourself? Can you provide a piece of code that reproduces the issue? The `order()` function takes two arguments: https://github.com/jeffreydwalter/ColReorderWithResize/blob/master/ColReorderWithResize.js#L1739-L1749
@KyGuyMayor nah, you're right. I don't really use this library anymore, so I'm a bit rusty on the API.
If you could provide a work (not working) example, I'd be happy to debug it for you (or I will happily accept a pull request that fixes the issue).