Editor : Bulk insert
Hi Does the editor generate one sql statement for bulk insert or does it doing one insert at time for bulk insert to the database table ??
View ArticleEditor - Switch off New / Delete / Edit buttons / display only functionality...
Hi I have a situation where some users aren't allowed to add new rows / edit rows, but are allowed to view the existing rows. Is there an easy way within Editor that I can switch off the New / Edit /...
View ArticleSearchPane dialog with close button
Thanx for great extension! Could you please show example or direction to write code (extend SearchPane button) to include Close button under all panes!
View ArticleAJAX and JS-render
Hi, I'm new to (web)dev so sorry for that. I created a database on my webserver, connected it/fetch data and render it into datatables (with images) see: http://eep.fifaplanet.eu/convertcsv.php I just...
View ArticleAjax error while server-side-proc
Hi, after I got a hint to switch to server-side-proc (because of ~20.000 entries and slow page loading) I just tried it. On my webserver are 2 files like in the example on this website:...
View ArticleMore than one option per column using Individual column searching (select...
I am currently using the "Individual column searching (select inputs)" on my table. It works well, however I would like my users to be able to select more than one option per column. For example, one...
View Article"No data available in table" server side
Hi there, I have seen that it question has answer but it doesn't help me . js: $('#example').DataTable( { "processing": true, "serverSide": true, "ajax": "http://mysite.com/admin/clients/ajax-list" }...
View ArticleWhy searchPanes button not work with searchPanes option???
please help me how to mix searchPanes Button example https://datatables.net/extensions/searchpanes/examples/initialisation/collapseStart.html with cascadePanes option...
View Articleattributes are removed before table is rendered
I've recently inherited a project and realized a column in our Datatables isn't being sorted properly. I thought this would be as simple as adding the HTML5 attribute data-sort to the <td> tag,...
View Articlevalue is displaying instead of label in select dropdown inline edit
Hi , Can any one help me to display label for select drop-down instead of values. Thanks
View ArticleTurn checkbox into Yes or No & prevent text from disappearing
Hi, I used the solution at this post (https://datatables.net/forums/discussion/comment/121148/#Comment_121148) to update my dataTable to allow my checkboxes to show a Yes or No value when exporting to...
View ArticleFunction to exclude columns from print
The client wants printed output that only includes the currently visible columns, which I can do with ':visible'. However they also want to exclude certain columns, irrespective of their visibility. So...
View ArticleDisable all sorting of columns after init?
Hi, What is the best way to disable/enable sorting of columns after init? I think we can use jQuery to remove icons sorting on the header and prevent clicking! Then to enable these, we have to add them...
View ArticleSorting RowGroup on group values
I am fairly new to datatables but have found it to be awesome. I stumbled across the RowGroup functionality and it is great. I ultimately want to sort by the number of elements in each group but was...
View ArticleAbility to create rows in a table when creating a record in another table
Is there functionality in the editor that when creating a new record in one table, to add multiple records in another table, that are then related to the new record being created? So, the scenario is:...
View ArticleLeft join where FK is in the other table
Trying to do a left join, which I have done in the past OK, but in this instance the fk is not in the parent table 'unit' but the other table 'unit_outcome' Editor::inst( $db_cm_md, 'unit', 'unit_pk' )...
View ArticleDatatables what is the best approach?
I am new to Datatables/js etc and have no training in this. It's a hobby. So far, I have 2 HTML pages that calls 1 main.js file from which I can call the functions to produce 2 tables from 2 API's as...
View ArticleSet width of editor list
I need to make the width of an editor list wider or wrap the contents of the list. How do I do this?
View ArticleDate sorting issue with "Ultimate date/time sorting..."
Hi, I am using Razor to populate a table in which a column has a 'string date' returned such as "20 Dec 2019". I am using "$.fn.dataTable.moment('dd MMM yyyy')" to try to sort the column (ignores...
View ArticleWill Editor-Server work propery with .NET Core 2.2?
I plan to use DataTables-Editor in my existing .NET Core Web / Web API 2.2 application. Will any of the published dll-s (DataTables-Editor-Server.dll for 2.1 and 3.0) work with it? Thank you!
View Article