Search
-
does anybody know how to add search highlight and add column ?
by allan ·@tangerine was asking for clarification of if you are using client-side or server-side processing - see the manual for information on them. -
Help needed with Server Side (MySQL) Search Improvement
by allan ·Since you are using server-side processing, then yes, you would need to modify the server-side script to handle a smarter search. -
use table in template
by allan ·Could you remove this line please: -
Question about custom row ids in local table editing mode
by allan ·The data you are seeing in postSubmit is the expected structure for Editor. Actually, I would expect it to be an array rather than an object, but that won't make much difference. -
'Invert selection' button?
by kthorngren ·In addition to adding the code for the select extension you also need to create the table variable, something like this: -
ScrollY or scrollX option : double elements issue
by kthorngren ·Does the last post of this thread from Allan help to answer your question? -
Trying to do server side processing with ajax & ReST.
by rkushner ·The error says 'data' is undefined. The debugger says HTML1506: Uexpected token. It was working when the ajax function called the DataTable function on success. Here's the code: -
Child rows without an additional ajax call
by JohnCannon.IT ·I'm trying to use the child rows example you have, but without an ajax call, as I already have all the data with an MVC Viewmodal being passed: -
I am not able to understand the following code? can you please explain in detail?
by allan ·This is the code for how it works. -
Unable to set width of column? The width size is huge.
by sahu_golu ·$(document).ready(function() { $("#dataTables-example';echo $j; echo'").DataTable( { initComplete: function () { this.api().columns().every( function () { var column… -
use table in template
by azonekz@gmail.com ·Hi! -
Child rows with no tr tags.
by QuesnelJ ·Well I was not getting an error, but I did change $('#allDataTableData').dataTable ( -
Child rows with no tr tags.
by allan ·I still can't get passed the "closest" line. -
Filtering between Select Box Salary ranges
by mckvr ·I'm trying to filter Salaries in a DataTable using a select box but I'm not sure what I'm doing wrong. -
Child rows with no tr tags.
by QuesnelJ ·Regarding: -
How to convert numbers to Text in export excel of Jqery datatable plug in.
by kthorngren ·Sorry, I misread your question. Most people want number columns to be numbers not text and ask why 0 is text. You can use one of the built in excelHtml5 styles to format the cells. In this case yo… -
Ambiguous Columns when joining tables using DataTables .NET Editor
by allan ·That shouldn't be required (as you suggest)! What I think (/know - I've fairly confident) is happening here is that the model being used is interfering with the fields that are defined by the Field()… -
problems with editing although idSrc, rowId are set
by allan ·If you are using the PHP or .NET libraries for Editor, information on using a compound key can be found here. -
how to fetch columns visible stat on preInit event
by GM_Lin ·my javascript -
Add new Row with html input type
by nightsky_ting ·Currently , I just insert value in by hardcode.