SORT EVENT
hi, Im using server side datatable and just want to know if i can capture the said event when a user clicked it? thank you in advance.
View Articledisplaying nested JSON array
{ "Info": { "VendorID": 1, "HotelsInfo": [ { "ID": 100, "Name": "Test Hotel1", "BookingInfo": [ { "BookingDate": "2013-03-05" } ] }, { "ID": 200, "Name": "Test Hotel2", "BookingInfo": [ {...
View ArticleHow to set title attribute on pagination buttons (using jQueryUI)
Hi, I use jQueryUI and two_button pagination. After upgrading from 1.8.2 to 1.9.4, the pagination buttons still don't show the 'sNext' and 'sPrevious' texts. They look exactly as before: a button with...
View ArticleServer side processing
I have written like this "fnServerParams": function ( aoData ) { aoData.push( { "name": "more_data", "value": "my_value" } ); How I can fetch these values in the server again?
View ArticleCompletely NOOB HELP
I'm extremelly new with jQuery, I need to know how to use DataTable with MVC. Please help me, I searched a lot for tutorials, or book,s but nothing was found.
View ArticleFooter Total to reflect a filtered table
using fnFooterCallback... I understand how to rip through ALL the rows of a table and sum columns... or.. rip through what is on the screen (page shown only). I need to know how to identify what rows...
View ArticleModel is refreshed when it moves to next page (on pagination)
I have noticed that when I click on the pagination in DT or when I search or when I sort the model which is binded is been refresh and looses all its content at the time of clicking the pagination and...
View ArticleServer Side processing and DT_RowId
I'm building my json as follwows while ( $aRow = mysql_fetch_array( $rResult ) ) { $row = array(); $row['DT_RowId'] = 'example'; for ( $i=0 ; $i<count($aColumns) ; $i++ ) { /* General output */...
View ArticleClear bStateSave
I have list of categories with options edit del activate/deactivate, so i displayed using DataTables 1.9.4. My Problem: whenever user clicks on edit,it redirects another page and after edit and save...
View ArticleProbles with sort column
hi i have problems sorting columns and checking the examples i see that there is the problem too http://datatables.net/release-datatables/examples/server_side/row_details.html wen yo sort the column i...
View ArticlefnGetNodes and fnGetData doesn't return all rows data from a datatable.
Hi, I have a datatable setup which has totally 13 records to display, the first page displays 6 rows and the second page displays 6 rows and third... 1. With click of a button i am calling var rows =...
View ArticleiSortCol_(int) and sSortDir_(int)
Hello, I am doing server-side processing with an ASP.NET 2.0 webservice (*.asmx). A method needs to have a fixed number of parameters and the problem is that aoData contains iSortCol_(int) and...
View ArticleCapturing row number selection
I am trying to save the user's row number selection in the session. I have figured out that setting the "iDisplayLength" will allow me to set the row number when loading the data table. But how do I...
View Articlecache control?
My javascript looks like this: oTable.fnReloadAjax("/ducc-servlet/json-format-aaData-jobs",ducc_load_scroll_jobs_callback); Using FF, about:cache show lots of entries line this:...
View ArticleSwitch from fnRender to mRender
I have always used fnRender to combine columns. "aoColumnDefs": [ { // merge address1 and 2 into this column "fnRender": function ( oObj ) { return oObj.aData[2] +'<br>'+ oObj.aData[3]; },...
View ArticleIssue using sAjaxSource and ASP.NET WebMethod
I am trying to create a datatable with server side paging on ASP.NET. At first I tried to make use of the sAjaxSource without the the extra ajax (and used aoData.push for extra values). For some reason...
View Articleth in tbody for subtotals messes up sorting
Hi! I have a table with subtotal rows, th cells in tbody. Example: <table> <thead> <th>Group</th> <th>Name</th> <th>Some value</th> </thead>...
View ArticlefnDeleteRow() on hidden elements?
I'd like to use the fnDeleteRow() format in which you pass a handle to the row(s) to delete Ex: $(this).parents('tr')[0] However I can not write JS (jQuery) selectors to match rows that are not in the...
View ArticleGet all datas of a DataTable instance, init with server-side
Hi, I works with DataTable for some time. Since 1 week, I change all my DataTable on a server-side version. This is very powerful and your code is clean to read. Today I have a problem. I solved it....
View Article