DNWEIJ

Results 13 comments of DNWEIJ

and did you write one? :-)

I can confirm this is still broken, also on the latest version. Please see the below html as a test. The data elements are ignored fully. ``` name number 3...

Is it maybe possible to add some comments in the readme.md on how to run the code in debug mode, to investigate what is going on? Or maybe add a...

looking via chrome-dev tool, i see that the css is dataTable-input (since it is a input-field) wrapped in a div class="dataTable-search" something like: .dataTable-search { width:400px

since printing is using the visible html, just hide the columns? Not tested: window.addEventListener('beforeprint', (event) => { // Hide the first and second columns columns.hide([0,1]); }); window.addEventListener('beforeprint', (event) => {...

Hello, I have made a simple hamburger with silde out menu. Used https://codepen.io/nlfonseca/pen/RGqRWN for inspiration :-) I have created a copdepen with css (4 classes) to have a hamburger menu...

You can use the branch Update to tiny mce5. Note: You need to replace the svg images in the plugin to something that looks better...

sry, the pull request: https://github.com/nytimes/ice/pull/141