Always fill vertical and never show selection dialog
Hello, I'm using the autofill extension and was wondering if there was a way to tell it to always fill vertically without prompting the user on how to fill when multiple columns are selected to fill? I...
View ArticleSupport for non-dbo schemas
I'm running into some difficulty using Editor 1.5.6 and WebAPI with SQL Server tables in a schema ('proto') other than the default ('dbo). For one thing, it's not possible to define a model with...
View ArticleWhat does the client expect in delete row?
Deleting a row sent you from the server (C# MVC) "return new EmptyResult ();" but the client answers "A system error has occurred". To edit I have no problems I return the values of the edited row....
View ArticleDataTables pdfmake.min.js
Hi, I am using .net and have this code in my layout page: Layout page <link href="~/Scripts/Jquery/jquery-ui-1.12.1/jquery-ui.css" rel="stylesheet" type="text/css" /> <script...
View ArticleRe-call createdCell?
I have a table that uses both render and createdCell to format cells. The former is used to translate a status code to a label, the latter is used to apply a background color to the cell. To save a bit...
View ArticleHow do you make dataTable height fit the remaining height available, no y...
Hi, I'm trying to get dataTable to fit the remaining height available on a screen with the option scrollY: '100%' (without y overflow). But it doesn't appear to be working, I always have y overflow....
View ArticleTranslating this server side script to .net
Hi all, I had a sudden need to implement a draggable row order and this example is perfect. I'm having a bit of a time converting the server side script to .net though, does anyone know if it has been...
View ArticleInternet Explorer Local Files not working for 1.10.13+
I have a problem with using DataTables in IE when opening it up locally: https://codepen.io/MadBoyEvo/pen/zYYoxzp This code works fine in Chrome/Firefox and IE when used locally (as in from file path)....
View Articleserver-side search with custom-built/manual JavaScript
Hey! I'm still in the research phase, but I wanted to throw this out there: I have a MSSQL backend, and I do everything manually with JS and jQuery in the browser with a "custom JS framework". It took...
View ArticleCannot read property 'sWidth' of undefined - Bug in jQuery Datatables...
Hello I was just posting here to raise awareness of a bug I hit regularly when working with jQuery Datatables where it throws the error "Cannot read property 'sWidth' of undefined" which is difficult...
View ArticleHow to add class to all selected rows 'td'?
Hi, Recently, I have added the "select all rows" feature in my project which is working fine. I want to add class to all selected rows 'td' on click but I have no idea how to add. This is the code I'm...
View ArticleA server error occurred while uploading the file | No request being sent
Hello, I am receiving the following error "A server error occurred while uploading the file" when trying to selecting a file to upload on the front end. I have looked in the Network and Console tab of...
View ArticleAutoComplete openOnFocus new option
I'm using the datatable editor autoComplete field type plugin. Often times, I want to have the autocomplete open as soon as I focus. I updated the 'create' function to look for a new option called...
View Article[BUG] Can't fnUpdate whole not-loaded-row w/ DataTable 1.10.20 + Scroller...
Hi, I was able to successfully error when doing the following : 1- Load a DataTable with Scroller 2- Call fnUpdate with an array (3rd argument undefined ==> we update whole row ==> row() is...
View ArticleServerSide Search Boolean alternative
Hello, a am trying to get search to work on boolean values with ServerSide but can´t seem to find a solution. Should i just save the true/false as text in database???
View ArticleEditor form fields not 508 compliant if custom ID is used
Hello, I am using Editor and Datatables on a government intranet site and noticed that editor does not associate the label with an input field correctly if I specify a custom ID for the input field....
View Article1st: SET_EDIT and SET_CREATE on same FIELD // 2nd A system error has occurred
Hi, I want to have two events for preEdit and preCreate on one and the same field. Is this possible - something like following: Field::inst( 'artnum' )->set( Field::SET_CREATE )>set(...
View ArticleRow reorder only works when the first column is used to reorder
Hello, I need to place a left-most column of the table to show options such as "Edit" or "Remove". The second column should be the column for ordering the rows. Please see this sample:...
View Articlehow to set columns for search datatables jquery
how to set columns for search datatable jquery? i use datatables and my problem is filter multi columns. i am trying filter all columns in DataTables but only last field send to server for filtering....
View ArticleServerSide Ajax Call not working with Non-MVC asp.net project.
I've tried alot to search on google but not getting anything related to Serverside ajax with Non-MVC asp.net. I've asked on stackoverflow also....
View Article