Bootstrap pagination first and last buttons
Hi, I have a really long table with close to 10000 entries. So I want to be able to go to the last page using the standard last button that I used to get with the pagination. I am using your mod for...
View ArticleStyling processing badge/thing on server paging
Hi I would like to use my custom markup to replace the processing message that is displayed when a grid is processing something on the server. I have a nice spinner js library which I am using to...
View ArticleHow do in js code configuration header colspan
like html: <tbale> <thead> <tr><th colspan='2'>col_1</th><tr> <tr><th>col_2</th><th>col_3</th></tr> </thead>...
View ArticleStep by step - JSON/PHP/MySQÇ
http://editor.datatables.net/tutorials/api_manipulation Please, I would like to make it work for me Step by step, I can not use examples thanks
View ArticleButton instead of a link in the table cell
Hi, I am using datatables & the dataset contains a huge link, which is displayed in the cell of the table. My json data contains the foll:- { "aaData": [ ["Application...
View ArticleEditor Trial Version
I already downloaded Editor Trial Version and follow the installation process on http://editor.datatables.net/tutorials/installing. But when I'm running...
View ArticleUncaught TypeError: Cannot read property 'nTr' of undefined -...
Hi Allan, Great job with the plugin, I can see a lot of work has been put into it! I have noticed that fnGetPosition() generates the following error when used on a TH: Uncaught TypeError: Cannot read...
View ArticleHow can I change the format of the excel which is being exported from the...
I would like to change the format of the excel. Instead of exporting it like a datatable(refer to Fig 1), I would like to export like so.(refer to Fig 2) Fig 1....
View ArticlefnReloadAjax issue
Hello Allan, I came across a problem with fnReloadAjax. The problem : >> When two different computers are on the same page using fnReloadAjax on the same table when some one alters the data for...
View ArticleError in the Example Code?
Hi all, I think I have found a mistake in one of the examples. See link below. http://editor.datatables.net/release/DataTables/extras/Editor/examples/joinSelf.html When I start editing an entry in the...
View ArticleColReorder with FixedColumns
Hello everybody, I've developed a DataTable with ColReorder and FixedColumns, but I've found a little bug. If I fix the first column i can't move the second column to the first, only move the fist to...
View ArticleResizing columns not working properly with sScrollY
Hi, I have task to develope table with ability to resize columns by clicking and dragging (I done this by use ColReorderWithResize plugin). However when I use scroll option and I want to resize column...
View ArticleGet value from field in Editor with button
Hi, I have create in editor 1 button with this : $.fn.DataTable.Editor.fieldTypes.bt_ing = $.extend( true, {}, $.fn.DataTable.Editor.models.fieldType, { "create": function ( conf ) { // Create the...
View ArticleSorting Form Not Working - Debug code: ecinan
Hello, I downloaded DataTables recently and i'm having some issues with sorting form fields. In this case a checkbox. There is an example here with 2 forms one working (without input sorting) and...
View Articlehi need home page working example static
wen saved page the working example doesnt work in my pc please can u send me static homepage working example with that css look and feel itself
View ArticleApply colReorder after update
Due to many processes using the same data, I use datatables to get its contents from a local javascript var. If it's updated, all things using the data get a refresh to. I do have a function that...
View ArticleCall to jquery with null not quite legal
I have been using jQuery.lint to help me clean up my use of jQuery. In the process, datatables is flagged as making a call with a lone argument of null. When I check the jQuery documentation, nowhere...
View ArticleRow number for jquery datatable
Hi All, Can someone please tell me if we can have certain row number for jquery data table. I already tried appraoch mentioned here...
View ArticleIs there a way to format numbers without knowing column indices ahead of time?
I'm relatively new to DataTables and having trouble determining if it's possible to render all unformatted numbers to comma delimeted format (e.g. 1000000 -> 1,000,000) without knowing the table...
View ArticleDataTables plugin + Asp.net
Hello everybody, I'm french student, so please, don't be afraid by my sentence mistake ^^'. I want to use dataTables with asp.net. I'm doing two tables, the first is working but not the second and I...
View Article