Quantcast
Channel: DataTables 1.9 — DataTables forums
Browsing latest articles
Browse All 93 View Live

fnDraw doesn't seem to be updating pagination controls

Hi guys, I'm using DataTables to get dynamic data from a .NET MVC App, and return the data to the client. Everything is hooked up and working fine - and I had pagination disabled to start off with, but...

View Article



Odd behavior IE9 only

Hi, I'm trying to discover what is wrong, any help will be much appreciated. Thats my table: http://sistemas2.espm.br/lista_ramais Looks fine on Chrome and Firefox, but loads broken on IE9 The curious...

View Article

master/detail

can i make a custom grid row by formating the columns? i would like the reverse of this http://datatables.net/release-datatables/examples/server_side/row_details.html meaning that the master...

View Article

On First Load, DataTables Not displaying properly

The data within the data table I have is not displaying properly. In Firefox, the body of the table is a little bit outside of the "box" while IE 9 has the table body fall off the page altogether. See...

View Article

search function using mvccontrinb

I am trying to implement a searchable grid in a MVC application using MVCContrib and jquery datatable. When I run the application I get a "SCRIPT5007: Unable to get value of the property 'className':...

View Article


cant type in search field, input tag not terminated

Version: 1.9.0 The datatable search field [code][/code] does not respond when I try to type in it. Can click in the field to give it focus but cant type. Tried on chrome and FF with same results. I...

View Article

DataTables 1.9.0 released

Hello all, I'm really excited to announce the release of DataTables 1.9.0! Having been in beta for the last two months you might have had the opportunity to play with some of the new features in 1.9...

View Article

ColVis with fnServerData

I am using colVis plugin with datatable. How can I send Visible/Invisible Column positions to server at each request. Is fnServerData is going to be called for each request(after search Key...

View Article


How can I suppress sort indicators when JQuery UI theme support is enabled?

I'm hoping this is just a case of me overlooking the obvious, but I'd like to suppress the up/down arrows which appear in the headers of sortable columns when JQuery UI support is enabled. I've got the...

View Article


fnUpdate when run while on a page other than 1 of a multi-page table causes...

as title says, if a table has 40 rows, and the current pagination is 10 rows at a time, if you are on page 2, 3, or 4, and perform a .fnUpdate() call to update the table cell data, it causes the table...

View Article

fnCreatedCell function does not do anything

Hello. I am having problems with the fnCreatedCell function. It does not do anything. I have tested this by ading an alert() into this initialisation: [code] mTable = $("#mTable").dataTable({...

View Article

datatables.reload

I am planning to upgrade from version 1.7.6. I am using an ajax source for my table and jquery.datatables.reload.js in order to reload the data. My question is, do I still need...

View Article

Adding Width to table problem

I have a viewport that is 500px wide. By default, DataTables adds 26px in width to the table to account for the scroll bars; understandable. To have the table scroll and still fit inside the 500px...

View Article


Table slow in FF, fast in Chrome

I create a table using: [code] $tableElement.dataTable( { "sScrollY": plugin.settings.tableHeight+"px", "sScrollX": "100%", "aaData": tableData, "bStateSave": true, "bSortClasses": false,...

View Article

Server-side MYSQL/PHP, standard template returning 'null' on a column

Hello all, just started loving datatables :0) I'm using 1.9 and the server-side script template but have an issue with one of the colmuns being parsed back JSON wise as NULL. If I execute the query...

View Article


Change Initial Entries Show

Hi, Could someone tell me how I can change the initial entries from 10 to 25. Thanks

View Article

Change Column width

Hi All, Can someone help me sort this little problem, I have a table with 5 columns, and I want to reduce the width of one of the columns. I have had a good look but cannot find what specifically I...

View Article


missing "row_selected" class in new css files

Hello, I do not know if it is an oversight or desired, but "row_selected" class no longer exists in the new css files jquery.dataTables.css and jquery.dataTables_themeroller.css "row_selected" class is...

View Article

DataTables duplicating table rows when drawn

so I've got an interesting problem that I've not encountered before. I'm currently using DataTables with an ajax source, and when datatables does it's fetch of data and displays it to the table, it...

View Article

Need some help to lock a column background to be different than others, even...

New to DataTables and still digging/searching in forum and docs but have not found (yet) how to address my problem. I'm hoping that someone can point me in a direction that will help me to solve. I...

View Article

Problem of "sPaginationType": "full_numbers" in IE 9

Hi, This is a very simple code.And I am using v1.9.0. [code] $(document).ready(function () { $('#example').dataTable({ "bProcessing": true, "sAjaxSource": 'txtSource.txt', "sPaginationType":...

View Article


fnAddData Error - Requested unknown parameter '0' from the data source for row 0

Hi, I'm trying to display a AJAX XML response in Datatables. I'm able to get table initialized. But the data is not being shown on the datable. I get warning [quote] DataTables warning (table id =...

View Article


DataTables warning: Requested unknown parameter

I'm getting the following error: DataTables warning (table id = 'DocumentTypeTable'): Requested unknown parameter '0' from the data source for row 0 The table appears to display correctly after hitting...

View Article

dataTables / Backbone / rowReordering plugin

I have been implementing backbone with data tables: [code] var Chapter = Backbone.Model; var chapters = new Backbone.Collection(); chapters.add(new Chapter({ id: 3, page: 9, title: "The End"}));...

View Article

Internationalisation

Dear Sir, I want to change oLanguage's content dynamically. I use the following code. but only "sInfo" was changed. Could other properties be changed ? Hope you would like to give me a help. [code]...

View Article


Style Not Getting Applied To Dropdown

I've been tinkering with this a little bit as well and can't quite understand why the styles get applied to the search text box but not the dropdown like it does on the template. Any ideas on why this...

View Article

how to use rowspan & colspan in tab view data tables

Hi , i want to use rowspan & colspan in tab view data tables, but the search & pagination is not coming , can u plz help in this

View Article

Is there a reason why column widths don't automatically resize with the...

I'm using the Scroller plugin and it'd be nice if I didn't have to set up fnAdjustColumnSizing callbacks for every table in my app. Thanks!

View Article

Select Column Filtering

I'm trying to find a way to update select values based on the column once the code on this page executes on my table: http://datatables.net/release-datatables/examples/api/multi_filter_select.html I...

View Article



datatables issue working with tabs

I'm trying to figure out what is my issue. I believe its datatables but I'm not positive. I'm using it with in conjunction with a tabs plugin that came with the template I own. For some reason its not...

View Article
Browsing latest articles
Browse All 93 View Live


Latest Images