Search
-
Editing multiple rows with an ' in a column values gives me an error
by Jason B Jones ·function getContactsExportTable() { -
Defining SQL Parameter type as varchar instead of nvarchar
by allan ·Hi, -
Hi , I am facing a pagination issue in datatable,so I am using a custom pagination that I am having
by ayushihemlata ·// Function to initialize DataTable -
More control over exported Excel file
by colin ·You can use orthogonal data to have more control over what's exported. This example here (from this thread), for example, changes a checkbox control to be either "Y" or "N" on the… -
Angular typescript pagination plug-in not loaded
by vascool ·It's in angular.json scripts array. https://angular.io/guide/workspace-config#extra-build-and-test-options -
Date fields empty in Editor, date not showing up
by resqonline ·There seems to be an issue with shared fields and editor instances, that I cannot grasp: date fields don't show previously submitted values in editor and then empty the data on submission. -
Bug: Is it possible to fix incremental cell dragging? (AutoFill extension)
by allan ·Yes, sorry. The nightly version of AutoFill already has a fix for this issue. A release should be made this week which carries the fix. -
SearchPanes Sort Total
by allan ·Try using the searchPanes.dtOpts property to set the ordering for the pane's DataTable to be on the second column: -
How can we hide a value of a field in datatable editor
by Aryan1703 ·var editor = new $.fn.dataTable.Editor({ ajax: "../../ajax/at/issueLog/issueLog.php", table: "#defectLogTable", fields: [{ { … -
Editing multiple rows with an ' in a column values gives me an error
by allan ·Hi, -
Editing multiple rows with an ' in a column values gives me an error
by Jason B Jones ·When editing multiple records and one column value has an ' in it, the editor will return an error of A potentially dangerous Request.Form value was detected from the client (data[row_1837][Dealershi… -
Mjoin - return multiple columns and concatenate
by rf1234 ·But your server side code works for the datatable, so those concatenated columns are showing fine there. -
Mjoin - return multiple columns and concatenate
by peterbrowne ·Thanks for the reply Allan. -
Mjoin - return multiple columns and concatenate
by peterbrowne ·Well thanks for this. -
How do i update two different rows with same value for a field
by Aryan1703 ·I want to select two rows and update the comment field with the same value but with different LogID . I have created this editor for a different table but linking with a seprate page. If i update on… -
Editor has issues with data in some cases
by resqonline ·So, conclusion: -
Why stateLoadCallback function JSON data not loading the into the Table.
by OnLog ·I had the same problem and added stateDuration: 0 to DataTables: -
Search panes filter is very very slow
by saeid2020 ·Hi, -
Dynamic links in new window
by CurtisK ·Clarification - Last week I took a URL from one column and displayed it in a different column (https://datatables.net/forums/discussion/78077/2-columndefs). I wanted the link to be more than text and… -
Exportar a excel numeros separados por puntos
by rf1234 ·Just tried your example. Your exported data indicate that your local Excel installation has similar conventions as mine: Decimal coma and periods as thousand separators.