Ajax Call with New API give Sys Parameter Count err; Old API works fine
All, Having trouble with the 'ajax' namespace with DataTables 1.10.7. I can issue a native Ajax call fine, but when I use the DataTables API I get a Sys.ParameterCountException. If I use the old API,...
View Article[COMPLETE SOLUTION] - Passing Filtered and/or Paginated Form Fields with...
I'm posting this "complete solution" (hopefully it is for the vast majority of you) of how to handle passing form fields that are visible or hidden (due to pagination or filtering) and optionally,...
View ArticleGoogle Material Design theme for Datatables?
I've searched for a Material Design theme (like the one shown in the Polymer Paper Elements demo) but couldn't find anything here or on ThemeForest. The closest was a Bootstrap theme. I've tried...
View ArticleHow to handle DB-fields which are not in the form?
Each of my tables contain the fields : createDate, modifiedDate, modifyUser, deleted. I don't put these fields in my form and they shoud be modified in the following way: NEW : createDate and...
View ArticleUnknown parameter for md02_title.name in row 0
In the following situation I get constantly the message that md02_title.name is an unknown parameter for row 0. md02_usr: title_id = [1|2] md02_title: id=1 -> name='Mw.', id=2 -> name='Dhr.'...
View ArticleJquery Datatable Server Side processing in ASP.NET MVC application
Hi, I am using Jquery Datatable Server side processing in an ASP.NET MVC application. The table gets rendered properly but the controller method which is defined as server side processing method gets...
View ArticleDataTable filtering (searching) add_column in Laravel project
I have a problem with a table rendered with DataTable Bootstrap Jquery in my project (built in Laravel 5). The search (filtering) is working for the columns generated from SQL query, but for the...
View Articlerow details to expand upwards instead of downwards
Hi Allan, is there a way to expand the rows upwards instead of downwards? row details should come above the actual row, instead of below. can I get any examples of that kind.
View ArticleTotal for certain category only
Hi, as on the link http://datatables.net/release-datatables/examples/advanced_init/footer_callback.html to get total amount of all rows. How to achieve total per position so it can look like below? :...
View ArticleUsing WHERE Clause in server side processing
AT the top of my page I did this $contact_type = $_GET['contact']; require( 'ssp.class.php' ); $where = "contact_type ='$contact_type'"; echo json_encode( SSP::simple( $_GET, $sql_details, $table,...
View Article"fnSetColumnVis" method is not working with the server side proccessing of...
Hi, I had generated grid with datatable server side processing enabled.When i use this method "fnSetColumnVis" to hide some columns after the datatable is generated it making a post to ajax request.Is...
View ArticleHow to get focus out from textfield immediatly after draw?
I am using data table with input text field for searching in each column. The below code is used. just want get focus out from text field immediate after draw function? var table =...
View ArticleDatatables php library [new]
Hi all, I have made a new php library. Since the library Ignited DataTables on Forums is outdated, I can not provide any updates for it and needed to use more powerful library. Then I decided to make a...
View ArticleI am getting mData error. I have to handle this error and let datatables work...
Nothing works after getting mData error. I know why this error occurs. Anyhow i need to handle this error and let other things work in jQuery DataTables.
View ArticleStore hidden data in DB
Hi, i m working with Server Side Editor and PHP sessions. All works great. Now i'm trying to store in the DB the session name, i want this to store the name of the person who modifies the DB. In my...
View ArticleRegex search and Natural Sort of columns does not work
Hi, Here is example. http://live.datatables.net/lupufuci/2/ Cells have hyper links in them <a href='aaa'>Tiger Nixon</a> Default DataTable configuration works fine. - in this case i suspect...
View ArticleDependent Field doing weird things
I know this is a broad question and not very precise, but what is wrong with the below code? It's causing all sorts of errors on these 3 fields. One issue is it auto opens the select dropdowns on...
View ArticleHow to refresh DataTable with server side processing and scroller plugin
I was tried to use these approaches: 1. Using api().draw(false) function, but it resets scroll offset 2. Using api().ajax.reload(null, false). It resets scroll offset too. 3. Using dataTable._fnDraw()...
View Articleself join alias not working
What is wrong with the code below. The 'Referred by' column is blank. Editor::inst( $db, 'Customers', 'CustomerID' ) ->fields( Field::inst( 'Customers.FirstName' ) ->validator(...
View ArticleOn exporting RichText Field getting unwanted text too.. any alternative ?
I am using jQuery Datatable and while exporting some fields. I found that Rich Text Area field is displaying some unwanted text too in addition to what it had to display ... kindly tell me an...
View Article