SpryMedia Limited
SpryMedia Limited
That's awesome - thank you for this. I'm not going to pull it in immediately as I'd like to sync this up with the same ability in pdf export, and...
This is the problem in using regex to extract HTML. It is _far_ from perfect. But doing it properly with DOM parsing is slow. I currently don't have any plans...
Hi - many thanks for the PR! However, per the [contributing document](https://github.com/DataTables/DataTables/blob/master/Contributing.md) this is just a legacy build repo - contributions should be sent to [DataTablesSrc](/DataTables/DataTablesSrc). There is also a...
Thanks for posting this. Would adding `autocomplete="off"` to just the input element do it? Or possibly assigning a name based on the table id so it is unique on the...
Thank you for your insights on this. Is there a Chrome bug for this do you know?
Does the existing `page` option not do what you need?
Thanks for the extra info. Yes, it sounds like there might be a couple of issues that would need to be catered for in the general case - I'm afraid...
To some extent [this is possible already](https://github.com/DataTables/Buttons/blob/c6b781ad22ce17e44cc92411b00fe76754f0f363/js/buttons.html5.js#L751). It uses automatic detection on a per cell basis which could be extended.
You need to make it a "string" rather than a number. You could do that by simply adding a space at the end of your string, or if you need...
Good point - I like that idea.