Vertical Scroll Problem?
I don't know if this is a bug, but when I try to use scrolling in the following example, I get no data showing up at the first time and data but a never ending load dialogue on the second call. My code...
View Articleset JQuery Datatable data source with JSON returned from ASP.Net server
Hello, hope you are doing fine. I am working with JQuery Datatable with html table in ASP.Net. The data is returned from ASP.Net server in form of JSON. Here is the form of JSON....
View ArticleFixedColumns not working with Bootstrap.css
I'm not sure if I should post it here or if there's another place for FixedColumns plugin but this particular example does not work with Bootstrap 2.0's css...
View ArticleAdd Class to new row using scroller plug-in
I tried using what Allan suggested on this post, http://www.datatables.net/forums/discussion/181/fnadddata-and-add-class/p1 var newRowAdding = groupTable.fnAddData([ userData[0], userData[1],...
View ArticleField.php - difference in path between local PC and hosted server for...
Downloaded DataTables v 1.9.4 & Editor to evaluate Editor for purchase. Finally got Firebug to display something in Console. Needed to re-install it as either it was not working, or I could not get...
View ArticleCookie Limit? (Long Cookie Fails)
Hello, I am having this issue: http://pastie.org/605921 A short cookie works for me, but the cookie for my really big table fails because I think it is hitting the limit. Is there any way I can specify...
View ArticleOrder DataTable
I need to sort the data table in descending order. I try $(document).ready(function(){ function customDataTableCallBack(settings, json){ var table = $('.dTable').dataTable(); table.fnSort([[0,'desc']]...
View ArticleSQL integration for offline database
Hello, I am trying to integrate datable editor into tablet/ipad apps. I am now looking for table/form entry like this product. I need it to use a sql database that is offline. It will be on the local...
View ArticleReturn ALL Distinct Column Values - Server Side
My project is located at: http://www.blackmagicms.com/regex/Vendor/sandbox/datatables/index4.html I'm looking to return all Distinct values from the Vendor column in the database (not just those...
View ArticleThead messing up DataTables in Firefox. Works perfectly in IE, Chrome and Safari
This is really driving me crazy... I've been searching for more than 3 hours and I just can't find what's causing this. The thead (containing images) does not show correctly AND prevent the table rows...
View Articleissue with the scrollbars they make alignment issues with the fixed columns...
Hello, I created an example here to see what's going on : http://www.francois-rosenbaum.com/staging/test_datatables/test_datatables_3.html In my case I'm just using datables for static datas. If I use...
View ArticleaTargets and mData column names
I've got a table which uses mData to set the names of the columns for pulling the data from the json stream: { "mData": "id", "aTargets": [0] }, { "mData": "name", "aTargets": [1] }, ... This works...
View ArticleServer-Side Processing Not Working With Twitter Bootstrap Themed DataTable
Hi Allen, etc. al., I am mocking a server-side call using Mockjax and MockJson with a Twitter Bootstrap themed data table. My mock json package appears fine, however, data never binds to the DataTable....
View ArticleDataTable Ajax with Remote Data Source & JSON
Guys Im trying to load data from a Remote Data Source and it keeps failing. Below is my Web Method developed in VB.NET. <WebMethod()> _ Public Shared Function Users() As String Dim...
View ArticleAdd Link in datatable with ajax
Hi, I have a datatable in my website, I get the data with ajax: $('#counties').dataTable( { "bProcessing": true, "bServerSide": true, "bJQueryUI": true, "bAutoWidth": false, "sPaginationType":...
View ArticleError: 'length' is null or not an object aData.length
Hi, i am trying to load the datatable using ajax with a asmx service. i successful get json back from the server, but when datatable js calls its internal _fnGetObjectDataFn , "data" is null and im...
View ArticleExtra info button
Good day/evening, I'm not sure if this is the correct Category if not then please correct me. My question/problem We had a demo account to try the editor from datatables. With this you have a very nice...
View ArticlekeyTable and update cell from external function
Hi, I'm using both FixedColumns that KeyTable. I need to update the contents of some cells through the fields outside the table. To do this I use a simple javascript function that takes the value...
View ArticleRearranging Search, Showing 1to 10 of 51 entries
Hello! I would like to know if it's poosible to rearrange features such as Search Results Count (Showing 1 to 10 of 51 entires) etc.. I want Search to be displayed on top left side instead of right....
View ArticleSorting Icons Moved to Second Row in THead
Hello, Sorry, I am a beginner and I am stuck at one issue and not sure what I am doing wrong. This is what I am doing: I have placed two rows in the header (one is First Row consists Column Label and...
View Article