extension ordering not working in specific scenario - would appreciate insight
We recently began using datatables in a scenario where the users can edit the text direclty in the cells using input, select tags. We promptly ran into the issue of sorting cells containing data inside...
View ArticleOn 2nd pagination page, when larger "Show entries" amount is selected, table...
If, for example, I have "Show 10 entries" currently selected, I'm on the 2nd page of pagination, and I then select "Show 25 entries," the table doesn't refresh to show 25 entries. It just shows what...
View Articledelay between typing and searching?
Is there any way to specify a delay time between search words typed and when it is actually searched? I'd like to add a delay in there so it is not searched so quickly (every keystroke), but rather...
View ArticleServer-side processing, sent parameters in hungarian notation instead of...
Hi, I'm working on the implementation of DataTable (1.10.3) with server-side processing. According to the manual (http://datatables.net/manual/server-side), sent parameters are such as: draw start...
View ArticleRerender
I have a rendering function which shows negative data numbers in red if a control value is true, and black if the control value is false. When the checkbox which controls the value is changed, I want...
View Articledestroy issue
I'm trying to destroy an existing table and replace it with all new data (including different columns). If the first table I load in has a smaller number of columns than the second table, the destroy...
View ArticlejQuery selector incompatibile with deferRender
Example: http://live.datatables.net/yupeqan/1/edit If you use deferRender and then pass a string to the rows() function, you will get the following error in the console: Uncaught TypeError: Cannot read...
View ArticleDatatables 1.10 + input elements + Knockout
I am trying to render a table using Knockout data with input elements. I want to display some data and have the user update it in the table and have it update the view model. I have two main issues: 1)...
View ArticleMultiple sort icons using JQueryUI
testing 1.10 beta, I'm seeing multiple sort icons in the header or for the currently sorted column when I use jQuery UI. I see the same issue on this example page:...
View ArticleIs filter() currently broken?
Per the API documentation, I've been trying to get the filter() method working without success. See: http://live.datatables.net/qoqocoge/1/edit The function is supposed to be called for each row in the...
View ArticlestateLoadCallback is retrieving state data from server - but table state does...
I need to save table state data to the server, so I have implemented both a stateSaveCallback function and a stateLoadCallback function (as per the examples). This seems to be working as I can see a...
View Articlessp.class.php php + postgres
Hi! Does anyone have the ssp.class.php for php + postgres? I prefer not to use the previous version. Thanks in advance. Guillermo.
View Articleretreive column idx when clicking on header
Hi I would like to retrieve a column header when right clicking on column header I get div.DataTables_sort_wrapper or th.sorting in this when jQuery("#mytable thead").on("click", "th", function(event)...
View ArticleMaster Detail 2 table filter
Background: 2 tables, Table1 =Master Table2 = Detail / Both Server-side processing, using 1.10 Action: User filters through Table1, finds row and highlights row. Ask: How, from the selected highlight...
View ArticlefnGetData is not a function - trying to get data for row
I'm trying to get data for row and hidden columns. Here is my table: corpTable=container.find('#corporations_table').DataTable( { "columns": [ { "data": "name" }, { "data": "phone" }, { "data": "email"...
View Articlehide empty columns (ajax data)
with a datatables instance populated by ajax, how can i detect columns without data? i want to hide those columns ... the hiding part is not the problem; table.column(columnIndex).visible(false); //...
View ArticleHow to get and set data from/to specific hidden cell if I have only tr?
I've tried to do it like this: container.Table.cell( $(this).parents('tr').find('td').eq(1) ).data(0).draw(); But this way it counts only visible columns
View ArticleHow can I make usage of an time(7) field from an MSSQL database
The only field Datatables know are datetime fields but how about time fields with a format of '22:10:00.0000000'. How can I make use of them espacially validate them etc.
View ArticleIs it possible to display records based on custom criteria first before...
I have checked the docs and examples on DataTables being able to sort or order rows according to a data type or using custom values, but however the objective that I am trying to achieve is different....
View Article