DataTable() should not crash if table doesnt exist yet.
http://jsfiddle.net/b8xn0j12/4/ Hello. (1) It seems calling $(ParElem).DataTable() returns the table created at "ParElem" if its been created already but will crash if it hasnt. One could work around...
View ArticleSelects disappearing after filtering or sorting.
I'm taking code from the Individual Column Searching (select inputs) page, and I think there might be an incompatibility between the code and my DataTable options. Every time I either select an option...
View ArticleHow can you get a DataTable to fill up the remaining space on a page?
I have been using DataTables to display information on a webapp I have been building. I hadn't used DataTables before now, but I am liking it a lot! I have one thing I haven't figured out how to do. I...
View ArticleSlow page loads when using large HTML table in IE
I am loading a table that has about 2500 rows. In IE it loads for about 18 seconds, 10 seconds if you add pagination. When running the same code in a different browser the page loads in about 3...
View Articlei do have datatable..bsortable not working
i do have datatable i am hiding and showing the columns depending on requirement..but when i add bsortable attribute its not going to work.....so what should i do to work both the functionality likw...
View ArticleThree Responsive Extension Bugs
I'd like to report 3 bugs I noticed in the responsive extension: 1) The 'never' class successfully doesn't show a column in a child row but fails to hide the control column. Test case:...
View ArticleBootstrap Dwropdown with datatable
Hi Everyone, Can you please help me i Bootstrap`s dropdown button to Datatable but when i clicked on it it is not working
View Articleplease help how to put delete button in each row
Hi, I successfully load the data to my datable,but the problem is that how can I put delete button in each row. Thank you in advance. <!doctype html> <html lang="en"> <head> <meta...
View Articleajax.reload() not working as per my requirement.
Hi, Here's my code: table = $('#example').DataTable( { "processing": true, "serverSide": true, "ajax": { "url":"<?=base_url()?>customer/serverScript", "data":{ "scope":scope, "service":service,...
View ArticleWeb Page Scroller not working (Bootstrap)
I have a live site www.dealibaba.com/ It has a vertical scroll bar and for some reason it is not working. The content are hiding behind the bottom menu. The menus are designed by 'Twitter Bootstrap' I...
View ArticleHow to use datetime picker in Editor when "name" is actually a Integer (long)
$(document).ready(function() { var editor = new $.fn.dataTable.Editor( { "ajax": "php/table.Log_Rec.php", "table": "#Log_Rec", "fields": [ { "label": "Date", "name": "LogDate", // epoch datetime...
View ArticleSuggestion: Responsive breakpoints, container vs viewport
I found it more useful to have responsive breakpoints that are set with reference to the table's container instead of the window viewport. It would be good to have this an option for the responsive...
View ArticleHow do I get the ID into the form variables when doing a "remove" with Editor?
The ID form variable is blank.
View ArticleColvis extention version and DataTables 1.10
Hi to all, I'm using Colvis extention 1.0.8 with DataTables 1.9 If I update to DataTables 1.10 I must also update Colvis extention to last version ? I don't understand very well the API change between...
View ArticleWhere clause in editor post action
I was wondering why I was getting invalid JSON from this because of my where clause. if ( !isset($_POST['action']) ) { // Get a list of sites for the `select` list $data['tbl_Login'] = $db...
View ArticleCustom rendering in plugins for custom data types
So I created a plugin (basically one of your modified plugins) for duration (00:00:00 & 00:00) And since It's a kak idea to manipulate data server side for display purposes, and that have 00:00:03...
View ArticleEnable sorting for first column
Hi everyboydy, I bought a html template 2 days ago, this temp using jquery dataTable. Temp's owner disabled sorting first column and i cant change it. I found this problem's solve in here but it doesnt...
View ArticleCannot Hidden Field
hi, why i cannot hidden my field table? i was use like sample on datatable hidden field. but unlucky its not working.. this my code: oTable = $('#datatable_col_reorder').dataTable({ "sDom":...
View ArticleCannot Hidden Field
hi, why i cannot hidden my field table? i was use like sample on datatable hidden field. but unlucky its not working.. this my code: oTable = $('#datatable_col_reorder').dataTable({ "sDom":...
View ArticleCannot Hidden Field
hi, why i cannot hidden my field table? i was use like sample on datatable hidden field. but unlucky its not working.. this my code: oTable = $('#datatable_col_reorder').dataTable({ "sDom":...
View Article