datatable excel export, how can we apply multiple styles to same cell
datatable excel export, how can we apply multiple styles to same cell , currently it overwrites the old style. $('row c[r*="G"]', sheet).attr('s', '52'); $('row c[r*="2"]', sheet).attr('s', '50');...
View ArticleIs there any a way to style a cell in excel background yellow and alignment...
I'm trying to assign multiple styles at the same time to my columns of datatables. if i try to give it some background color it works perfect $('row:nth-child(2) c[r^="A"]:first', sheet).attr( 's',...
View ArticleHow can i bind
i want to bind get and post data with sql function ex $db->sql("")->bind()
View ArticleUpdate nuget
The current version on nuget is 1.10.15 which was uploaded in May. We're now at 1.10.18. When will the package be updated?
View Articleasp.net gridview as datatable - Loading data twice
I defined asp.net Gridview as jQuery datatable. Whenever i am loading the page My Datatable displays twice. Onload - 1 time flickers with Datatable values and after load is complete datatable is...
View ArticleNumeric sorting which ignores
Hello, nice to meet you. I would like to apply sorting a column which has numeric values and an <a> tag. However, the column is not sorted correctly because the href attribute of <a>...
View Articleapi.page(n) doesn't work
Hi all, I have created this demo: http://live.datatables.net/papiwilo/1/edit ; in it, in the preInit.dt event, I set api.page.len(5)and it works, but api.page(2) doesn't work. Any ideas?
View ArticleRequest for ColReorder: also take columns in child row in consideration.
ColReorder works nice, but I am missing a very important part. I am using responsive tables, so sometimes not all columns are visible in the row, and yes in the child row. ColReorder does not allow me...
View ArticleLicense working funny
I just purchased a license for the editor. I used the datatables downloader to download a new package as instructed..so the licensed editor wold be included. I completely removed the old Datatables...
View ArticleFixedColumns data-* attributes
Hey folks, Been trying to get the data-* attributes working for fixed columns, but I can't figure the syntax out. Turning on FixedColumns: data-fixed-columns="true" (actually works whenever...
View ArticleHow do I set the scroll of the overflow data of the table floating including...
I have a huge size of table and I want to have a scroll bar floating inside my table so I dont able to go in the bottom of the table in able to see the scroll bar.
View ArticleFormatting the hours available in 'datetime' fieldtype carries over to...
Hi! I configured the datetime picker to allow a selection of pre-defined hours: fields: [ { label: 'PLOD Name', name: 'plod' }, { label: 'Shift Start', name: 'shiftStart', type: 'datetime', format:...
View ArticleWhy filter() function not hiding/showing the row(s)?
I tried this. dt.rows().data().filter(() => { return false }).draw() but rows are still visible.
View ArticleHow can I disable enter key?
When the form is detect the enter key, it will submit. However, I just want to confirm the word that I typing. How can I do? Thanks!
View ArticleExport column string as date to xlsx
Hello! I'm using the html5export button to export my datatable data which is supplied via dom to and xslx. This works great except when I open the excel document and try to format the column which...
View ArticleIssue with reading all values of a column when pagination is true
When pagination is true I am able to read only 10 values, it doesn't read values on next pages (2,3,4,5,...) var ColumnIndex = 25; $('#example tr').each(function () { var Column=...
View ArticleAdd column data as link
Dear, how can i add column as link as example below <a href="www.google.com">google</a> data1 and data2 from API regards,
View ArticlePostgresql ajax issue gives an invalid json response error
I have tried out the every solution mention in this linkhttps://datatables.net/forums/discussion/20796/ssp-class-php-for-postgresql but to my surprise i always got error - invalid json response. here...
View Articledatatables search not work when field is out of table in database
hello i use simple datatables with default settings and use server processing and my server side codes is like this $table = 'lead'; $primaryKey = 'id'; $colnowid = 2; // Array of database columns...
View ArticleIs there a way to invoke an ajax for every search and alter the table data by...
Make the searching of data in serverside
View Article