SpryMedia Limited

Results 167 comments of SpryMedia Limited

I've just found a workaround using `inTable`: ``` js table.uuid( 'userId' ).references( 'id' ).inTable( 'mySchema.user' ); ```

I've just hit this with Knex as well (in my case using the `pg` drive). Presumably the issue is that this is a dynamic import and Nexe can't resolve that,...

For anyone else looking for a package.json file - here is a simple one to let the project compile for playing around with reference paths: ``` { "name": "project-references-demo-master", "version":...

You would need to create a [plug-in for it](https://www.datatables.net/extensions/autofill/plug-ins). To handle input elements, instead of using the `set` property to set the value, you'd need to modify the cell's DOM...

Hi, I'm in the process of reviewing the deployment options for all of the DataTables extensions so it is consistent across them all. There is other development going on as...

I'm working on a set of updates at the moment to create a consistent set of packages for DataTables and its extensions. I'll be publishing bower and npm package for...

ColVis is no longer supported. It was replaced by the Buttons extension, as noted on the Readme.

I suspect it would only take a couple of hours of development time to actually implement, but I've been working on other things for DataTables. I'm not sure when I'll...

No sorry. Working on other things that are taking priority. My to-do list is too long!

Agreed! I'll look at this once DT 1.10 is in beta. Thanks for flagging it up.