Export to KML
How about an optional (default is off) button to export to KML? You'd need to identify which columns are: latitude, longitude, name, and description. The description could be made up of several fields....
View ArticleIpopts for asynchronous update on select.
I am trying to do a select with a sub select. What is the event after you update a select? Are there any examples?
View ArticleList of CSS classes for Editor
Where can I find documentation for the CSS classes used by Editor and what they do? I see various examples in the forums which use, say, div.DTE_Field_Type_select but as far as I can tell, those are...
View ArticleShow empty table on start
OK, I have a datatable that is loaded initially with all the data it needs. However, I want the users to search for data and not scroll. Is there any way to "hide" the data until the user uses the...
View Articlesorted incorrectly
http://s24.postimg.org/7ju1so3u9/screen_003.jpg Whether the numbers are formated (12.345.678) or not (12345678), DataTables sort them incorrectly. The alphabetical order is ok. Thank you, Allan.
View ArticleUnable to access javascript from JQuery Dialog
Hi, I am using a JQuery dialog to show a JQuery datatable in the dialog. In the JQuery datable, I have a anchor tag for which onclick I call a Javascript function. The syntax is as follows: <a...
View ArticlesAjaxsource modified url (search) making 3 times Ajax call to server instead...
Hi my code is like this,first ajax call is working fine ,if i enter the new value in search box and pressing the enter then it is making two ajax calls first with old search value and then new search...
View ArticleProblem with filtering and displaying issue
Hi there, this is my first time using DataTables, so my understanding is quite limited right now. Ok , following: I do retrieve data from a mysql database using following php code which i copied...
View Articlehow filtering works ?
Can anybody help me understand how filtering is done in Datatable library?
View ArticlesDom leads to script error
Hi, if I use this definition : "sDom": "<'row-fluid table_top_bar'<'span12'<'to_hide_phone' f>>>t<'row-fluid control-group full top' <'span4 to_hide_tablet'l><'span8...
View ArticleUse fnUpdate in a page with multiple Datatables
I am wondering if it is possible to use fnUpdate or any other method, such as fnGetData or so, in a page with multiple datatables. (2 in my case). I create them using the same selector for both tables:...
View ArticleWhy is DataTables using alerts?
My question is why is DataTables using alerts? this seems to me: 1. bad practice, if you want to tell the developer something, use console.log 2. if you got corrupt data on a public webpage and a user...
View ArticleColReorder - does cloned node need events?
Hi, In _fnCreateDragNode, the table is cloned to create the draggable node as follows: this.dom.drag = $(this.s.dt.nTHead.parentNode).clone(true)[0]; With the parameter set to true, events bound to the...
View ArticleColumn Filter - External Form don't work with IE7
Hi folks, the Problem is that the ColumnFilter seems to not work with the sSelector in IE7. The Datatables is running in Intranet, so just Screenshots: In FF it is shown correctly:...
View ArticlefnFilterOnReturn doesn't work w/ server-side
Hi! I'm try to use this plugin. Filtering working good but event trigger for all keys not for only 'Enter'. In a past two hours I'm trying to unbind all key events for filtering input but with no...
View ArticleDatatable Editor form - select - ipOpts - Dynamic values
Hello Allan, In the Editor form, when I set up the editor with a field of "type": "select" is it possible to generate a DropDownList dynamically from local database. I mean the "ipOpts" values will be...
View ArticleRowlink issue on pagination
I am using twitter bootstrap and datatables with pagination, and I am using rowlinks for the data in the table. The problem that I am running into is that the rowlinks only work on the first page of...
View ArticleChange sLengthMenu from dropdown to somethign else
Instead of having a drop-down for the sLengthMenu I would like to have a series of <a> tags, like the following: "sLengthMenu" : '<a class="length_button">25</a>' + '<a...
View ArticlePlacement of show and hide columns next to information div
Hi - I'm trying to place the "Showing _TOTAL_ entries" control (the "i" information div) top right above the data table and then place a custom columns select box to its left (see...
View ArticleOutput to Excel as .xls (not .xlsx or .csv)
Hi Allan, I've been playing around with exporting to Excel, and TableTools + DataTables works well for exporting to .csv files. The issue as you know is exporting to a formatted Excel file, and I've...
View Article