Quantcast
Channel: DataTables 1.9 — DataTables forums
Browsing index pages (126 articles)
↧

Example of using the mjoinMinCount validation

Hi! I'm struggling to understand how to use the new Validate:mjoinMinCount() validation. Reading the manual this was my best guess of how to use it but this does not validate: ->join( Mjoin::inst(...

View Article


Using postCreate and postEdit together

I am able to use both postCreate and postEdit individually successfully. When used together only the postEdit works. I am trying to create table entries of the user and the date when a records are...

View Article


Image may be NSFW.
Clik here to view.

Downloader page not current?

Navigate to https://datatables.net/download/.

View Article

Image may be NSFW.
Clik here to view.

ajax.reload keep inline edit

table.ajax.reload(null, false); console.log('ajax.reload'); }, 10*1000 ); My table every 10 seconds reload. If I'm editing while reload,Edit box disappears. Please see GIF. Thank you for your help.

View Article

AJAX data source throwing TypeError: b[a] is undefined

(debug code ucolef ) I'm trying to get my tables working with an AJAX source (client-side processing). The table definition looks like this: var bbTable = $('#bb_datatable').DataTable({ "sDom":...

View Article


Can Not obtain data from mySql

Hello folks, I am new to datatables and am having a heck of a time getting started. I can not even get the examples to work right. I am using Windows 7 Professional, WebMatrix 3, PHP v 5,4 and MySQL...

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 Article

FooterCallback - both totals coming back as page totals

I'm using the footerCallBack and the Page Total and Total amounts are the same. Here's my code: <script type="text/javascript" language="javascript" class="init"> $.extend(...

View Article


How to pass a PHP form variable to server processing for use in WHERE clause?

I have a form in my application where you select a "customer" and a "startdate" and "enddate". When the user clicks on "submit", I want to pass these 3 POST variables through to datatables to be used...

View Article


How to use datatable with a complex query?

I have the following query which I converted into a MySQL View, however, when using the View in datatables and passing some where filters, it takes forever for a query to run. When the following query...

View Article

localStorage for state saving and updates in 1.9

Hello all, I've just posted a new blog entry describing the state changing API changes that are in DataTables 1.9 and showing how the new state saving API can be used very easily for saving your...

View Article

Datatabls only showing first 10 rows of 200 row table

Hi I've had my set up working for ages but now it only wants to show the first 10 rows and I can't see what's changed to make it do this. The data is pulled from a database via ajax and I can see all...

View Article

DataTables 1.10 serverside sp.class.php

i have this message in serverside Notice: Undefined index: columns in \ssp.class.php on line 159 Notice: Undefined index: draw in \ssp.class.php on line 245...

View Article


Exclude expression onglobal search

Hello, I created an advanced search with all the columns of my database, I have also the first search field called Global Search. I would like to know how can I exclude one expression from the search....

View Article

set column width

Hi there, I use dataTable version 1.9.4. It is a powerful product. However, lots of features, styles and functions are difficult to implement. I have been struggling for a while to set column to fixed...

View Article


same mRender function for multiple columns

I'm using mRender to provide a rendering function for two columns in a DataTable. However, I can't use the same aoColumnDefs entry for both columns, because they access different columns of the data...

View Article

Jquery version compatibility with DataTables 1.9.4

Hi all, we are using jQuery 1.7.1, is it compatible with the 1.9.4 release of DataTables?

View Article


reload data after clicking button

I load data by default like this [code]$('.datatable').dataTable({ "sPaginationType": "bs_full", "bProcessing" : true, "sAjaxSource" : "loadusers.html", "sAjaxDataProp" : "test" });[/code] My table on...

View Article

Re-initialize dataTable from fnServerData

Datatable is being initialized with 2 ajax calls: table structure (columns) and table data. Structure data is being cached. Case: User removes last records from table Table being initialized (reDrawn)...

View Article

fnDeleteRow with jQuery

Into the last cell on a table with datatables i use icons for some actions. One of them are a delete-icon, with this the data into this row will delete with ajax. Now i'd like to delete the row also...

View Article
Browsing index pages (126 articles)


Latest Images