Search
-
How can I resolve the conflict between "language" and "buttons"?
by lincolncartaxo ·$(document).ready( function () { $('#datatable').DataTable({ "language": {"url": "//cdn.datatables.net/plug-ins/1.13.6/i18n/pt-BR.json"}, "buttons": [… -
Inline editing retain modified value
by kthorngren ·Take a look at this example with inline editing and server side processing.. It works without performing a full table refresh. Use the browser's network inspector and you will see two Ajax requests… -
Htmlawed crashes when Editor popup open longer than a few minutes
by allan ·I would guess that the insert() method calls HTMLawed with an array instead of a string and hence causes the issue. -
Htmlawed crashes when Editor popup open longer than a few minutes
by rf1234 ·When I create a new record using the Editor popup, and I keep the popup open for longer than a couple of minutes before saving, Htmlawed crashes when I try to save. -
Prevent Paste but allow Copy (bug?)
by allan ·Hi, -
move column search filter to clone header?
by kthorngren ·I think you need to change the structure of your loops a bit. See this example. The key part is how the cell is selected, this code: -
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.