Is it possible to show the pagination links without showing the per page...
Hi, Is it possible to show the pagination links without showing the per page dropdown? I like having the pagination links on the bottom of the datatable, but I want to remove the search bar and "per...
View ArticleExport table with multiple rows in header
Hi, I Know this has been asked before and i havent found an answer but, what workarounds or modifications can be made to tabletools for correctly export a table to excel with multiple rows in the...
View ArticleData Table Display
Hi , i am new to data tables, Is there any way to insert a gap of say one line between the table rows, Actually, i want a small gap between data table rows, Is it possible? if Yes, How?
View ArticleUpdating properties of only a given column
I am initializing all my datatables like this $('.dataTable').dataTable({ "sPaginationType" : "full_numbers" }); After I have done the initialization, I now want to set properties on some of the...
View ArticleSetting table properties after it has been initialized
// Initializing all tables of class "dataTable" $('.dataTable').dataTable({ "sPaginationType" : "full_numbers" }); .... .... .... // Later for a given table I need to set some specific values. when I...
View ArticleHaving a silly problem.
I can't figure out how to change the font color of the entire table. It's probably a silly question.
View ArticleAfter getting data table rows through sAjaxSource i am unable to hide column...
<table class="display admintable" id="tblSubcategories"><thead><tr><th class="invisible"> Id </th> <th> Subcategoryname </th> <th>NotCombiningAllowed...
View ArticleDatatables implementation with Zurb Foundation
Looking to see if anyone has done an implementation of Datatables with Foundation. Found the Bootstrap one which was awesome.
View ArticleLoad records ondemand
Hi, i have a problem. I have 20000 records to load in a datatable, but not at once. I create a table with first 10 records, and - when i click on "next page" - i would like to load the next 10 records....
View ArticleGet Null value in Json
Hello. I'm trying to create script which mysql query is using more than 1 INNER JOIN (in script pasted below i'm using only one INNER JOIN but it doesn't work too). Sql query generated by this script...
View Articlehow can i do edit only column in editable table
Hi ( Selamun Aleykum), how can i do edit only column in editable table. i try this sample http://www.datatables.net/release-datatables/examples/api/editable.html
View ArticleHow to add new datatable content with the attributes
I created the table with the parameters in each of the td element....I want to add the parameters when i add the data using "fnAddData"..How can i do this.....
View ArticleaoColumns with formatting -- Question how do I group the columns and show all...
Hi Guys, I have a question about aoColumns. I figured it out...works great..thanks.
View ArticleColumnFilter plugin with Radio Buttons
In my gridview a row will have a couple of different radio buttons in one column. I use this like a status. For example i have a gridview with a test case and one of the columns is called status. In...
View Articleshowing multiple column data in group column. Like a tab layout.
I figured it out...works great..thanks.
View ArticleSort Columns with Numbers and Empty Cells
I noticed that sorting cells numerically works pretty well unless you have empty cells mixed in with integers in your column. This plug-in makes sure that empty cells get sorted lower than 0....
View ArticleHow do I call a function in cell..like I have an id and want the image for...
I just put in the array works great..thanks..
View ArticleTrigger event when row limit exceeds
Initailly i loaded the table with 20 rows .....I want to trigger an event when the offset exceeded (i.e when the user selects the offset value more than the rows loaded in the datatable) and when next...
View Articlefiltering DOM and server side
Hi, I'm wondering is it possible to firstly filter DOM, and then if search result is 0 to filter using server side script. Thanks...
View Article