Michael Ryvkin

Results 36 comments of Michael Ryvkin

@tomekno, had the same problem, very frustrating. Found this hack for Beautify extension, see [How to format Laravel Blade templates in Visual Studio Code](https://www.gyrocode.com/articles/how-to-format-laravel-blade-templates-in-visual-studio-code/) for more information.

Good catch! However the example you mentioned uses different way to show checkboxes. For now you need `deselect()` as shown below. See [this example](https://jsfiddle.net/47jzysg9/) for code and demonstration. table.rows('.myClass').deselect().remove().draw(); I...

Sorry, I cannot replicate it. I updated a few examples ([Basic Initialization](https://jsfiddle.net/gyrocode/tqda3ovk/), [Styling - Awesome Bootstrap Checkbox](https://jsfiddle.net/gyrocode/j5u40azu/)) to 1.2.13 and they all work correctly in Firefox, Chrome and MS Edge....

Thanks for detailed report. I wrote about possible solution to this problem in [jQuery DataTables: Responsive extension and form inputs](https://www.gyrocode.com/articles/jquery-datatables-form-inputs-with-responsive-extension/) article. But it feels like plug-in should have the support...

I could not recreate the problem, see [this example](https://jsfiddle.net/gyrocode/h5btwakm/).

Can you please provide jQuery, jQuery DataTables and Bootstrap version numbers? Edited: Please see [this example](https://jsfiddle.net/t7maxonb/1/) with the latest jQuery v3.6.0, jQuery DataTables v1.12.1 and Bootstrap 5.

There could be a couple ways of doing this, let me experiment with it and I can produce an example.

This [example](https://jsfiddle.net/1nyjdsvx/) is the closest I could come up with without modifying the Checkboxes plug-in. I had to disable "select all" control because it selects all checkboxes without limitation. I...

Thanks for reporting this issue. You are correct, this is how plug-in works now. When `deferRender` is set to `true`, it will trigger `select` event on every redraw for each...

Plug-in fires `select` event only for current page only, this should not be a big effect on performance. This is needed because in deferred rendering mode row nodes are created...