Text field inputs - attributes
The docs (https://editor.datatables.net/reference/field/text) have this: This makes it possible to set attributes such as maxlength and required. Does that mean that only those two attributes are...
View Articlereference Editor data
I'm thinking there is a more efficient way to get to the Editor's data, but I am not seeing it in the manual. Right now I'm doing this:...
View Articlejquery ui datepicker showing wrong date
I am wanting to use jquery UI datepicker instead of DataTables because I just want the user to select the month/year. However, when I switch from 'datetime' to 'date' the incorrect date is displayed in...
View Articledatepicker minDate
I need the minDate option to depend on a value in another datefield. I read that minDate won't accept a function, so what I have seen in non-DataTable projects is code like this:...
View ArticleMulti-row editing is not working.
I am working on python flask web application where I am having a problem with the multi-row editing, The problem is very basic ie: When I select multiple rows and they have different values, I can't...
View ArticleKnex and MSSQL Stored Procedures
I've successfully installed, and I'm running, the DT Editor/Node libraries with our own production SQL server, using the demo files you've provided, and it's working A lot of my work revolves around...
View Articlerequery leftJoined value after field change
In my MVC project I have a field which in the controller, has a LeftJoin to another table. during an .on(change) of the field, is there a way to 'requery' the leftjoin?...
View ArticleMjoin and 1-1 relationships based on field value
Hi I am trying to get Editor to save selected data by user to 3 tables: GlobalSubsPacks, GlobalSubsPacksRelations, GlobalPacksDataParam Here's my Model, how they relate and their respective fields:...
View ArticleHow do I initialize Datatables editor with file information (like upload)?
Hi, I have been struggling for hours with this -- I have what looks like a fully working (according to the docs) but nothing renders. My table will have images in one column, that users will be able to...
View Articlehow to best determine original type option?
I have a special button which shows a create form, but with all fields hidden. Once the form is dismissed, I need to set the correct show/hide for each field, based on the original field type (checking...
View ArticleImport CSV not working...
Hi, I have built several working setups that use the import CSV setup and they work as expected. My latest I did everything the same and it does not work. I load a file and then nothing happens. There...
View ArticleEditor not redrawing automatically when using ajax call.
Link to test case: http://live.datatables.net/hehowado/1/ Description of problem: I have three problems/query which could be coming from related thing. 1) When I edit from the regular Edit button it...
View ArticlereadTable() and the underlying table to edit
When using readTable() in the Node/Editor libraries, do the columns in the VIEW have to perfectly match the underlying table that is to be editied? I keep getting "Invalid column name..." The VIEW...
View ArticleKNEX/Node, raw SQL
I'm reading the docs, and it says that .where() is available, and I've successfully used it! I tried to chain some of the other KNEX mehtods, like .orderBy(), but that is not available on the editor...
View ArticleAdd multiple rows at once
Hello,i want the make the Editor to insert multiple rows by a single call. I have 4 fields with 2 datepickers (username,absence_type,start_date,end_date) and i want to insert multiple rows(according to...
View Articleedit/create function and bootstrap
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: Hello, I use edit and create to call edit/creation form after some verification....
View ArticleMJoin fields retirned from client
Hi I trying to pass the selected values from the client back to the server of a bunch of options. The server code below reads the tables and fields fine but I'm not getting the fields back from the...
View ArticleGetting connection error to your server-side script when building a Editor...
Hi. I am trying to make a test case at this following URL. http://live.datatables.net/guwafemu/102/edit I get following error when trying to connect: Any settings I need to change to make it work?...
View ArticleDependant select list - How to add first (parent) select list in data file?
I have a dependent select list. I know how to add the first (parent) select list that feeds the child dependent select when there is a left join on the first select. But how to add the parent select...
View ArticleC# .NET Web application Oracle Table with 500K rows
How do you suggest dealing with large datasets? By large datasets I'm talking about greater than 500K rows. Is there an example i can look at for .NET?
View Article