one long row across all columns
is it possible, on row #5 (for example) to have one cell that goes across entire table (using colspan of course). Further, is there any way to exclude that field from filter/sort?
View ArticleOracle Server side - common error ?
It seens to be a lot of posts around this but i wasn't able to find a proper solution for this. Using the default script provided, when i try to execute the php_oracle.php ( content of the file is :...
View ArticleiDisplayStart not work in datatable 1.9.2
Hi All, I have just found out the iDisplayStart not work in datatable 1.9.2, does anyone konw why and how to fix it, thanks here is my code: oTable = $('#tableDocument').dataTable({ "fnRowCallback":...
View ArticleTypeError: oSettings is null
anytime i try to add data using fnAddData i get the TypeError: oSettings is null the line the error is thrown on is oSettings.aoData.splice( 0, oSettings.aoData.length ); in the jquery.datatables.js ....
View ArticleHow to render one column as a checkbox column?
Hi guys, I am using JSON Data as: var testData = [ { "name": "Project 01 Task 02", "ticket_id": "111", "ticket_date": "03/01/2013", "end_date": "08/02/2013", "ticket_type": "DEFECT", "approval_status":...
View ArticlesDom not working to suppress page info text
Using 1.9.2. I have a table started with: oTable = $("#results-table").dataTable({ "bJQueryUI" : true, "iDisplayLength" : 15, "sDom:" : '<"H"r>t<"F">', "bLengthChange": false, ... As I...
View ArticleExpandable Row Grouping VERY slow
Hoping someone has a work-around or other possible solution for this... I have a datatable with about 750 rows (3 columns per row) that is being grouped by row using the row grouping plugin. There ends...
View ArticleAdding parameters to a URL to "pre-filter"
Sorry I am going to use the wrong lingo I'm sure, but what I'm trying to do is create links that have parameters in the URL that will take me to my table and have the search field already filled in...
View ArticleSorting table results using numeric sorting
I have a column that outputs multiple alphanumeric pairs per row. This data is pulled in from MySQL via a wordpress plugin. In every case, this data is out of numeric order and I'm hoping datatables...
View Articlecreating dynamic columns
How to create a dynamic columns along with data in jquery data table.Pls help.
View ArticleWhen clicking pagination, can the page jump to the top?
Hello, When I click the pagination navigation at the bottom of the table...Is there a way to have the page jump back to the top. Meaning, if I have many visible records (iLength), clicking the...
View Articlejeditable with dropdownlist display name but post with id
Hi all, I am very new with datatables, now i use it for a inline editing (like excel) and post it after editing all cells. In the cells, i have a text column with autocomplete plugin, a datepicker...
View ArticleMove scroll bar to first row when clicking next/ previous - datatables
I am using datatables for displaying data in grid, everything works fine except for one issue (cosmetic issue). When users go to end of page 1(now the scroll bar is at the end of the grid) and when...
View ArticleUncaught TypeError: Object [object Object] has no method 'dataTable'
Hey, I've been trying to use datatables in an ASP.NET page but it just doesn't seem to work. My table is the following: <table id="searchMembers"> <thead> <tr> <th>First...
View ArticleRefresh / Initialize DataTable
Is there a simple way to "reload" a data table that is already initialized? For example: I am using a data table on a web page that then makes a database update then reloads the whole page. Therefore,...
View ArticleTell datatables data in a plain html table has updated
Hi there, I've already got a fairly complex html table setup, that I update through ajax calls based on user interactions with buttons etc. I've used dataTables to enhance the table, but it doesn't...
View ArticleUse API functions with FixedColumns
Hi everyone ! I have an issue when I try to use API functions on fixed columns (I used your extra named "FixedColumns"). For instance, if I want to get the position of a cell, using: fnGetPosition on...
View ArticleRetrieving Datasource (aaData object) from datatable
Hi How can I get back the aaData from a datatable. In the help it meantions just using the datatable method: $('#example').dataTable() and it does retrieve the table but I'm interested in the...
View ArticleRow click not firing off after Sort/Search/Next Page
I have a table that uses sorting and a tr click listener. It works fine at first, but whenever I try to sort, search, or go to the next page, I can no longer select a row. It only highlights the text...
View ArticleServerside Processing with AJAX and a non standard datasource
Hi. I am attempting to use datatables to page data from our internal API. The datatable is fetching data but for some reason the paging controls are not active. I manually set the iTotalRecords value...
View Article