SpryMedia Limited

Results 167 comments of SpryMedia Limited

Hi, Thanks for your message. Create to hear you want to include this software on cdnjs. There is another thread in another one of my repos about this: https://github.com/DataTables/FixedHeader/issues/83 ....

Hi, The `buttons.dataTables.min.css` file is in [Dist-DataTables-Buttons-DataTables](https://github.com/DataTables/Dist-DataTables-Buttons-DataTables). The "core" distribution repo contains only the base Javascript. Then you use one of the styling repos (`-DataTables`, `-Bootstrap`, etc) to including the...

> Do you mind if we may need to add these files as two libs? I'm afraid I don't really understand what that means? However, I do see how this...

The files to use on the CDN are [in this repo](https://github.com/DataTables/Dist-DataTables-Buttons). There are a number of styling repos such as [the DataTables one](https://github.com/DataTables/Dist-DataTables-Buttons-DataTables) and [Bootstrap4 one](https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap4) which should also be...

Thanks for the PR! Doesn’t DataTables `columns.orderData` already do this? I’m not clear what this adds over that? Also, could you send PRs to the [DataTables/DataTablesSrc](/DataTables/DataTablesSrc) repo please? This is...

Interesting - thanks for letting me know about that. It should actually run correctly without passing JSHint (since all the unit tests are currently passing), but we will look into...

Thanks for this - #612 also refers to a bug in scrolling that has been introduced since 1.10.7 - I've done some work there that broke things... I'll look into...

Primarily because I find it easiest to work that way. See also the "Why two repos" section in the DataTables/DataTablesSrc read me.

Thanks for this - I wasn't aware that there was a `custom-select` option in BS4. Could you send the PR for this change [here please](https://github.com/DataTables/DataTablesSrc/blob/master/js/integration/dataTables.bootstrap4.js)? This repo is just a...

Normally this issue is caused by defining more column than is in the HTML. Can you give me a link to an example showing the issue?