JP Obley
JP Obley
Firefox Private Browsing disables IndexedDb by default, which causes an error. We need to catch and emit that error so clients using `IndexedDbProvider` can do something about it. It turns...
I'd like to recreate an HTML code-block like the one in the image I've pasted below. I'm not so concerned with syntax highlighting; I just need the rectangle and mono-width...
Currently, the `stateChange` callback is the last function to be called after hiding/showing a column ([colVis.js:640](https://github.com/DataTables/ColVis/blob/master/js/dataTables.colVis.js#L640)). If `stateChange` callback is moved to a place before the other callbacks, then an...