Paul Zepernick

Results 7 comments of Paul Zepernick

I got this working with some fixes. Add this to the init() function ```javascript var destroyNestable = function() { list.el.find("button[data-action]").remove(); if (hasTouch) { list.el[0].removeEventListener('touchstart', onStartEvent, false); window.removeEventListener('touchmove', onMoveEvent, false); window.removeEventListener('touchend',...

I encountered this same error on a put. Here is the code that is causing the error `new Resty() .text(url + "/ViewingSession/" + getViewSessionId() + "/SourceFile?FileExtension=" + extension, Resty.put( Resty.content(...

This looks like it has been corrected in the current master branch. There was a error happening when reading the error stream in. There is a try / catch there...

It is using 2 different search providers if you will. Most of the examples on datatables.net are all doing client side searching. The entire table has been loaded through a...

Thanks for the PR. I will have a look and merge it after some testing.

Sorry for the very late reply. This should be done using JavaScript and DataTables Api. I am posting from my phone right now and will follow up with a example...

I am also seeing this issue on windows 2008 64 bit. Single threaded app, below is the db setup. Trying to apply the workaround. ` DB db = DBMaker.fileDB(Paths.get(dbDir, "we-employer-upload.database").toString())...