'Remove' posting invalid characters
When I perform a delete on an entry with an escaped character (e.g. apostrophe), it fails with a 'System error has occurred'. On the server side, I'm getting 'a potentially dangerous Request.Form value...
View ArticleStyles fillId mistyped
I submitted issue #111 in DataTables/Buttons. Lines 712-716 in buttons.html5.js incorrectly have fillId="4" when they should be fillId="3"., which will show the red background. Also your documentation...
View ArticleDeveloper defined XLSX file
How would you feel about allowing the developer to defined their own XLSX file (excelStrings) and let buttons know the file name via customize. If not defined you would use your standard excelStrings...
View ArticleFilter Data in a single column
Hello Im using datatables to display the data. There are various columns that are part of the datatables, however i would like to show the row only if the value is set to "ABC" for a specific column....
View ArticleUncaught TypeError: Cannot read property 'enable' of undefined
Hi,I have check box,on click of that chkbx my header should be fixed and on uncheck should be movable.I have used that enable/disable fixedheader option of data table plugin,but it's getting error as...
View ArticleRowReorder for ajax data is not working
Hi, My table contains data using ajax call with 3 columns organization, project and open_projects.I have added all css and js but still it's not working.. My code is: `$(document).ready(function() {...
View ArticleProcessing - Showing loading gif instead of Text
I want to display a loading gif instead of the default text "Processing" for processing. This is what I did to achieve the same : "language": { "processing": "<img...
View ArticleHow to set multi select with checkbox in datagrid
I am new to Data Tables. I am using codeigniter framwork and ajax call to load the data Table. what i need is to get the 'id' field of my selected rows and display it in a div tag. Also the rows in...
View ArticleExport Excel button Edit body option display html tags
its a vert nice & easy to use datatables. When I m using export option with edit body option is display HTML tags in my excel sheet, is there any solution? kindly guide me. thank you in advance.
View ArticleNo "OK" or "Cancel" buttons on delete confirmation
When I select a row in the Editor DataTable and click the "Delete" button, the confirmation alert form has no "OK" button on it. How do I get that?
View ArticleStruts2+DTE
I've been working on a Struts2 webapp (already finished). But now I'm thinking about improving its functionality via DTE, specifically, I would like to allow basic direct edition on data list (only...
View ArticlePagination with Huge Datasets
Hi, I have a Database with more than 10000 Dataset, that I should listed. If a user use this list, the Server sends all results and Datatables makes Pagination as settings. Is it possible load the 1st...
View ArticleTable Header
Hi, When I click on a link to see a data table, the complete title line is displayed first. With the columns which are supposed to be invisible. I think the users are confused when they first see the...
View ArticleUsing standalone editor, select/select2 is not populated with data
Dear Allan, I am trying to build a standalone editor, in which i only have an html button to add new record. The only problem is, when editor window opens, select2 (or select) is not populated with...
View ArticleDisable colReorder?
Hello, Is there a way to disable column reordering dynamically? I know I can enabled it like this: var table = $('#example').DataTable(); new $.fn.dataTable.ColReorder(table, { // options }); but can...
View Articlerow toggle plug in
Hello, I am completely new to this forum and to developing plug-ins, so please go easy on me. I have followed the 'Sliding child rows' tutorial here and have used this functionality in my own web...
View ArticleEditor header 'hidden' by body
We made a button in the top right of the editor popup, and after the 1.6 update it does not work anymore. It seems that the relative positioning of the body prevents clicking though the padding that...
View ArticlePrevent rendering invisible columns
Hi all, I had a table with many columns that are not visible by default, some that are expensive to produce. I've noticed all columns will render upon initialization, even if a column isn't originally...
View ArticleInvalidate a single column only
I can't quite get the syntax here correct, I'm trying: table.cells(null, altitudeColumn).invalidate(); ...but this isn't invalidating that column's values. A table.rows().invalidate() invalidates...
View ArticleValidator for three values and message
I want to ask how the validation - for example: Field::inst('column1'), Field::inst('column2'), Field::inst('column3') ->validator(function($val, $data, $opts) { if (($data['column1'] +...
View Article