how to implemenent real server side pagination
i need to implement a real server side pagination based on sql requets like SELECT ... LIMIT x,y my datatable is still offering pagination capabilities (full_number) on the user interface, but data are...
View Articlegetting information about a hidden column
I've got a dataTable, built from a json file, with a hidden 6th column that I use for filtering by category (a category which doesn't appear in the table) in my aoColumnDefs it looks like so: }, {...
View ArticleReload datatable with dynamic header
Hello ! I have a little situation. I created a datatable that get the information I need from the server. I have a drop-down list which reload the datatable on its "change" event. The header of the...
View ArticleCan I add a button to the right of the default 'Search' box?
I would like to add a button (actually two) to the right of the datatables Search box. One button would be to 'clear' the search filter, the other is specific to my application (to toggle some rows to...
View ArticleHow you get all filtered data
Using Datatables, our application is retrieving roughly 6500 rows of data. We have activated the filter functionality, so if the user enters some filter text that reduces the number of matching rows to...
View ArticleDatatable sPaginationType only working with "full_numbers" and "two_button"....
I am using 1.9.4 version. sPaginationType works only with full_numbers. When i give any other type like simple,simple_numbers etc Also, The paging buttons has no styling done. Coming as with plain...
View Article"sDom": 't',"bJQueryUI": true than horizontal scroll would be come
hi, please see below code, in my demo application the table would be expand and screen horizontal scroll would come. table width is greater than than div which use "fg-toolbar ui-toolbar...
View ArticleCommon utility method for creating a datatable
Hi Allan, We have nearly 30 datatables in our application.We need to write the the datatable code snippet every where so we thought of writing a common function which will help every time when calling...
View ArticleSharePoint Question
I would like to know if it is possible to set up the datatable (which ive done) and be able to hyperlink to the document in Sharepoint based on cell in table. Thanks.
View ArticleCustom data source sorting doesn't work. can you help me?
Hi guys. i have trouble in some simple situation. i need to some sorting function about custom data, so i saw this document - Custom data source sorting. And i write some simple example following...
View ArticleAfter refresh all dataTable functions return null
I am getting a weird error after reloading dataTable, most functions returns null. I tried 'table.fnDestroy' then 'table.datatable()' but no luck. Here is the code var oTable =...
View ArticleSelect All checkbox not firing
Hi. I'm trying to include a checkbox to select all checkboxes in the table rows. I've placed the header in the table heading as follows in aoColumns: { 'bSortable': false, 'sTitle':...
View ArticlePage Number Max?
Is it possible to set a maximum page number? I browsed through the full-reference page and it wasn't obvious that it could be done. We have a query that can get complex and for performance reasons in...
View ArticleShow data is sorted when not sorted by dataTables
The data for my table is pre-sorted so I don't want the overhead of dataTables doing the first sort. I have set aaSorting to [] so that dataTables does not sort the data. My problem is that I would...
View ArticleHeader and Body column misalignment when using sScrollY
Hi, I am using Datatables 1.9.4 and have linked my page to Datatables debugger link - http://debug.datatables.net/exaquv There are 3 Datatables in the link, all of them have client side processing and...
View Articlehow to keep current page after sorting?
I'm using http://www.datatables.net version 1.9.4. After sorting I want to keep the current page but default behavior redirects me to the first page. Is it possible to configure? If not could you...
View ArticleMultiple Datatables in one page - Third table's styles are not the same.
Hi, I've got a page that is initializing Datatables three times. Every table functions as it ought to. The sorting and search feature works fine. For some reason though, the pagination buttons are...
View ArticleIn DataTable if Column Overflow Show three Dots Plz Help Me
Data Table I m Implementing in MVC 4 Works awesome But I Stuck with Column Over Flow {if the column is over flow i want to display three Dots.....Allan Help Me
View Articlehow to extend colvis width
Hi, in column hide show i cant set width so in that case some words would not proper displayed. Please tell me how to extend width of colvis. "oColVis": { "activate": "mouseover", "buttonText":...
View ArticleHorizontal Scrolling messes up the table header alignments
I am running into a strange problem when I upgraded my Rails application to use Bootstrap 2 instead of Web App Theme with the horizontally scrolled datatables. The horizontal scrolling worked perfectly...
View Article