404 File not found?
I have a problem. I've gotten everything in the right place, I think. Now however I get this error when I try to use the server side processing. I have created the debug here. When I run the website...
View ArticleFile upload in datatables editor
Hello Allan, Although, I'm working around the problem at the moment (i think it's not a showstopper), I think i found a few bugs when using the file upload part of the editor. Assuming this code, when...
View ArticleEditor - Selected rows only
Is it possible to mark some rows as being NOT editable? I want to disable editing on some of the rows if that's possible,
View ArticleMjoin not work
Hi. I am using Mjoin in the Editor api and insert for some tables hardcodet joins. $editor->leftJoin( works great. Now i Need the mjoin $editor->join(Mjoin::inst( 'xoffi.xoffi_calendar')...
View ArticleHow to add external data in header and footer with design???
Usually header will be viewed in all pages.What i want to know is How to customise below link and add external data or images above header in which those datas must be viewed in all respective pages...
View Articlecell.blur() in KeyTable
The KeyTable plugin attaches a blur() function to the cell function object. This makes it a confusing API and it is difficult (or impossible?) to represent this in Typescript. DataTables.Api.cell()...
View Articlehelp me header display missaligment
Hi everyone, I have the following problem I used Jquery Code JS tabla = $('#reporte').DataTable({ "columns": [ {"title": "Fecha "}, {"title": "Institución"}, {"title": "Emisión"}, {"title": "Tipo de...
View ArticleexcelFlash export in Safari on MAC
Using FLASH version of Excel export. This works for me in Safari on a PC (old version 5.1.7 of safari). However, it does not work in Safari (version 9.1.3) on a MAC (OS X 10.11.6). The file that gets...
View ArticleHow to put individual column searching in header?
Hello, i want to use the Individual column searching (select inputs) Feature for datatables. I found this discussion disable filtering of one or multiple column but I want it in header not in footer. I...
View ArticleQuestion regarding: Row created callback
I'd like to change the text color of a cell (if possible) based on a condition. For example, if a date is prior to today's date, I'd like to highlight the text in red similar to what is done at this...
View ArticleData Renders only taking the 1st word of the value in the coloum
"columnDefs": [ { "data":0, "render": function ( data, type, full, meta ) { return '<a class="fa fa-pencil-square" style="text-decoration:none;font-size:2em;color:#222;"...
View ArticleExcel export styling -- map from CSS styles
For exporting to Excel, I wanted to have the flexibility to map CSS styles to styles applied to the Excel output. For example, in my data table, I may have certain individual cells highlighted in color...
View ArticleDynamic header title
Hi, Im trying to get column names also from json. My table : <table id="example000" class="table table-condensed table-bordered table-hover" cellspacing="0" width="100%"> <thead> <tr>...
View ArticleFilter rows by CSS selector
Example fiddle: http://live.datatables.net/gamuxure/1/edit I'm using documentTable.rows('selector-string') to grab rows matching a CSS selector, then attempting to filter the table by chaining .draw()...
View ArticleUsing child rows to keep 2 rows together when sorting
I would like to create a DataTable and populate it in the following way: row 1a row 1b row 2a row 2b row 3a row 3b When sorting by a column, I want to have the pair <row Xa, row Xb> to stay...
View ArticleTrying to set editor field name to cookie value. Comes up blank..
editor.on('initEdit', function getCookie(name) { var re = new RegExp(name + "=([^;]+)"); var value = re.exec(document.cookie); return (value != null) ? unescape(value[1]) : null; var uname =...
View ArticlePass additional meta data to javascript array
Hi, I need to pass some additional data to datatable through a javascript array. This would be my data array to be passed to dt: datiTabella = array( 'dati' => array( 0 => array( 'id' => '1'...
View Articleselect element not working with scrollX ?
Good Morning! New member, first post, hope to get it right. I have form inputs embedded in a table, one is a select. The problem I am having is, the select does not work when scrollX is enabled....
View ArticleHow to add checkbox to DataTables with Data provided by Object
Dear Sir, First of all I like the functionality DataTables provide, Thank You Allan Sir. I am trying to populate a DataTable with Object from server-side using ajax . I am able to populate the...
View ArticleHow to change one column in row?
$('#newprod_table tbody').on('click', '#select', function () { $($(this).parents('tr').css('background-color', 'Red'); //its change whole row $($(this).parents('tr...
View Article