Inline editor field validation, want to keep focusing the field
I am using inline editing and want keep focusing the text field if validation is false. i have tried preSubmit, preBlur and perClose event. perBlur does not fires perSubmit only fires when value is...
View ArticleIs there any way I can filter rows based on some logic while exporting the data?
I have a datatable which has a list of transactions. The status of each transaction (completed or not) is in the last column of the datatable. While exporting the data, I want to capture only the...
View ArticleDT 1.10 - table.columns().search().draw();
Hi, I don't understand why this is working with an html table and not working with a server side table ... An idea ? Its an automatic button filter on a single column value...
View ArticleSaving HTML in Editor gives 'potentially dangerous Request.Form value'
I'm trying to save HTML in an Editor field. Only admins have access to this page, so there's no XSS issue. I get an ASP.NET error - 'A potentially dangerous Request.Form value was detected from the...
View ArticleExport to Excel and format a numeric column as currency
I'm trying to export numeric data to Excel. The numeric formatting is as follows: Thousands grouping separator: "." Decimal point indicator: "," Number of decimal points to show: "0" Prefix: "$" And...
View ArticleRun script BEFORE exporting begins - Buttons Plugin
Hi there, I need to trigger a function which makes some changes to the DataTable at the point that a user hits one of the export buttons (e.g. print, csv etc). These changes need to take place before...
View ArticleWhat's the best way to fix column width ?
Hi, I'm having trouble to fix width's column for small/or large screen ? How are you guys doing ? For example, my last column, each row has 3 buttons like this : <div class="row"> <div...
View ArticleIs it possible to insert a datable inside another dateable dynamically.
I have a datatable which has rows than can be expanded. Then it loads the content via ajax. The dynamic content are filters and another tables inside. Is it possible to add this as another datatable...
View ArticleContainer div not being generated or being removed
Hey there, in my project that uses a DataTable, things were previously working as expected, when at some point I realized that the search filter and length drop down input had disappeared. Turns out...
View ArticleHow can add custom column in array
Hello, I have string which want to delimiter with row and columns, also add custom column for checkbox functions:...
View ArticleData format dd/mm/ano
Boa tarde, estou tentando utilizar no meu relatorio uma data com o formato dd/mm/ano dia, mes e ano. mais na hora de deixar a data no formato asc ele não consegue interpretar a data no formato que eu...
View ArticleUsing indexed value of property
I have the following table: <table id='t'> <thead><tr><th>First Name</th><th>Last Name</th></tr></thead> <tbody></tbody> </table>...
View ArticleFixedheader not working with multiple Datatable on single page
Hi , In my project I am using Datatable . Every page have three to four tables and I want fixed header for every table. As only current active or visible table's header will have fixed header I had...
View ArticleAdd 2 buttons in a cell.
I am using this { data : null, responsivePriority: 1 , orderable: false, width : '200px' , title : '' , class : 'form-control' , 'defaultContent': '<button style=" color : red ; color: rgb(201, 191,...
View ArticleColumn size % different behaviour chrome/firefox and screensize
Sorry for the cryptic question, it's a bit hard to explain, but opening the JSfiddle in FF and in chrome should make the problem obvious. The %width columns are behaving in a way which I don't follow...
View ArticleFixedColumns Chrome bug
Hello, Select an element from a fixed column and then right click the selection to copy the text. This will freeze the fixed columns when you scroll vertically. No problem in Firefox. Chrome version is...
View ArticleDatatable Serverside pagination
Hi, I need to display only 100 records at a time. I get total number of records from the database, but have to display only first 100 records, after reaching 100 records. I should be able to get next...
View ArticleHow to make class responsive-table from Materialize compatible with Data...
The first image comes from http://materializecss.com/table.html that is how class responsive-table works. Thats what happens to datatables with the class responsive-table from Materialize. The sorting...
View ArticleButtons Extension Stopped Working
My buttons extension is stopped working. Internet Exploder displays them and allows us to download; but in Chrome and Firefox, the button div is empty. The site has been in production for about a year...
View Article