Sorting
I am new to Datatable and Java so I am haveing a problem with sorting, We I click on a column to sort it does not sort by the smallest to the Largest amount 9,999.00 will come before 624,999.00 can...
View ArticleSelect all checkboxes in current page
Hi there, This is my code var oTable=$("table#da-list").dataTable({ sPaginationType: "full_numbers", "bStateSave": true, "aoColumns":[ {"bSortable":false}, null,null,null,null, {"bSortable":false} ]...
View ArticleNavigation link in a DataTable
Hi guys. Hope you are doing well. can you please tell me how to do navigation link in a column and how to read the data from cell? And, based on the data I need to navigate the different pages Thank...
View ArticleEasyTabs with DataTables not resizing properly
Hi guys, I am having problems implementing DataTables inside EasyTabs (http://os.alfajango.com/easytabs/). The table's width is not set properly, how do I properly use "fnAdjustColumnSizing" to...
View ArticleColumn data wrapping with dynamic number of columns
Hey Allan, I require your help on an issue. I have a datatable where on initial load, there are 6 columns and Column6 has bVisible set as false. While changing the view later, the bVisible is flipped...
View ArticleHow to remove the datatable object before to create a new one ?
Dear Allan.., I have a problem with dataTable plugin... actually i am a new user for dataTable plugin. this is my second post..earlier i also post a problem like "how to reinitialize a dataTable"..but...
View ArticleSorting in serverside
Hi, I am doing a serverside request for refreshing the datatable every 10 seconds. I am using bServerSide for getting the data. It's a JSON object to feed the table. My initialisation code is below....
View ArticleFixed header column widths
Hi Allan, I'm having inordinate amounts of difficulty getting Fixed Headers to set proper widths. I have spent a day poring over the forums and trying different things. No amount of trying will make...
View ArticleSorting a checkbox column
I'm using this great plugin for my tables. I want to sort by a column that is a checkbox. Reading the info and some posts I did this: In my view page (mvc) I've 12 columns where the 12th is a check...
View ArticleProblem with new row
I have a table with inputs in it. Several of them are numeric for price and there is a Total tag at the bottom of the page which gets updated everytime one of the numeric inputs is changed.I also have...
View ArticleAccessing server-variables in callback functions
I'm using server-side processing, using a modified version of the sample PHP code from this site; that code responds with this: $output = array( "sEcho" => intval($_GET['sEcho']), "iTotalRecords"...
View ArticleUndefined/Null reference error in IE8 (I'm stuck)
Hello all - I am in a pickle and could use some help identifying where my code is going awry. The page functions as intended in all browsers/all versions with the exception of IE8. Here is the demo:...
View ArticlemData for JSON source
Hi, I am using Datatables 1.9 and have the following JSON source from server "aaData": [ [ 11443013, "Trading has officially closed", "XBRN", "18-Jul-2013 16:55:08:440" ], [ 11443012, "Trading has...
View ArticleJSON Data Could Not be Parsed - IE Only?
Hi all, I have a new twist on this error that I can seem to find any threads on. My datatables implementation works correctly in Firefox but not in IE (using 9). I'm using server-side processing and...
View ArticleDataTable Is not working
Hi, I have requirement where the one of the grid column should be displayed as second row and i need to apply data table search functionality. but data table is not working for this scenario. I am...
View ArticleHeader corrupted when plugin was applied for hidden div.
I have functionality based on DataTables plugin integrated with JSF Richfaces. The main table in some cases becomes hidden, parent div for table has two states: shown and hidden. When state is hidden...
View ArticleFixedColumn not working with server side processing in dataTables..??
Dear Allan.., I am facing some critical problem in dataTables. Right now i am using dataTable with serverside processing. Actually my table contains large no. of columns...so i just want to implement...
View ArticleSorting secondary table by values on a column in first table.
Hey everyone. I am currently building a system for my company that allows users to see a list of contracts within a table, there is also a secondary table below listing items within the contracts in...
View ArticleOR Filtering
I am trying to achieve 'OR over multiple columns'. I have Firstname, Lastname and phone columns. I want to do a search filter like this ; (Firstname AND Lastname ) OR (phone) The default search does...
View ArticleSorting IP Address
Greetings, From what I understand IP Address sorting and detection is not part of datatable core. SO I piecemealed a solution. I am using a slightly modified version of this code for...
View Article