I am using the jQuery DataTables plugin: http://datatables.net/examples/basic_init/zero_configuration.html
By default users are able to select cells by holding the control key and clicking.
I would like to disable this functionality. There does not seem to be an option or api function for this.
Does anyone know how I can achieve this, preferably without modifying the original source?
Thanks!