Open serenitus opened 10 years ago
Do you know if searching
was recently implemented?
Typically how I remove the search filter box is my using the dom
property.
Aha. Good to see you back round these parts :)
Not sure. I used some CSS in the end but I'll look at the dom property if that's a better way.
Yeah I was out sick for a minute.
Another probably culprit is that Allan has been updating the core datatables library docs, making them out of sync with the version of datatables that I am using.
You may want to try replacing the library with the current version in your
app, its stored in the vendor
directory
On Thu, Jun 26, 2014 at 4:28 PM, serenitus notifications@github.com wrote:
Aha. Good to see you back round these parts :)
Not sure. I used some CSS in the end but I'll look at the dom property if that's a better way.
— Reply to this email directly or view it on GitHub https://github.com/LumaPictures/meteor-jquery-datatables/issues/43#issuecomment-47292666 .
Took a look. The version I have is 1.10 which appears to be the latest. Have I misunderstood your suggestion?
:+1: for removing the filter box.
I have the following:
Adding the 'searching' option results in an error in the JS console:
I was led to believe, from the datatable docs, that this option would allow me to suppress the live search/filter box.