Using CSRF with AJAX Codeigniter Datatables
First of all I have to say sorry for my poor english...I hope to explain my issue and find a solution thanks to this community. The issue: I'm not able to pass regenerated CSRF token to AJAX Datatables...
View ArticleInsert data in other table
Hi, I have this function function insertLinkTable ( $db, $action, $id, $values ) { $db->insert( 'vardisp', array( 'movid' => $id , 'matid' => $row['materiale_id'] ) ); } I want to save in a...
View ArticleKeyboard problems with select field
Hello, I am using Editor with KeyTable and inline editing, and I have some "select" (drop-down) fields in my DataTable. I am working in IE, so when a select cell is highlighted, I can push Alt + Up or...
View ArticleSaving HTML in Editor gives 'potentially dangerous Request.Form value'
I'm trying to save HTML in an Editor field. Only admins have access to this page, so there's no XSS issue. I get an ASP.NET error - 'A potentially dangerous Request.Form value was detected from the...
View ArticleHow to change header colour
Hi the standard is pale blue and I want to change this. I'm not a techy, please how do I change the header color pls Thanks, Michelle
View ArticleEditor Datatables hide form button in custom display controller
I'm trying to disable buttons in my custom display controller. I can disable "Add" button in my DataTables with this piece of code: var can_create = $('#user_groups_table').attr('data-create'); if...
View ArticleEditor - How to jump to the created row
Curious if this post is still the correct answer (it's been 2.5 years). Does jumping the paging to the edited row's new page still require a plug-in?
View ArticleUsing Responsive with Details Column and AJAX Data
I see from the examples that it is indeed possible to use Responsive with AJAX data, but in the example, the show/hide button is in the first cell. I use the following in my DataTable markup:...
View ArticleHow can I get the images shown in the "Child rows" example?
How can I get the images shown in the "Child rows" example?
View ArticleDatatable is not a function
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server"> <script src="js/jquery-1.10.2.min.js"></script> <script...
View ArticleIs there a way to have check boxes and child rows in the same table?
I have the child rows working and would like to add the check boxes
View ArticleBubble Editor events - submit on radio button click?
Trying to simplify form entry a little by auto submitting a simple radio button bubble form once a selection is made. All the documented events (onBlur, OnReturn, onEsc) work fine but require several...
View ArticleAssociate row as a child to another row
Hi, I am trying to add rowGrouping to my datatable with the functionality to collapse and expand the row groups. I know this isn't supported by the rowGroup extension, but I need to find a workaround...
View Articlehow to build a custom filter plugin
hi, I am using DataTables against a server side api wihch support filtering data like this: { // ... other options filter : { logic : 'and', filters : [{ field : 'userId', operator : 'equals', value :...
View ArticleTable not centered
Hello, I have a table that is not centered within the page, the paging is all the way to the right side of the page with empty space over it and the actual table is to the left of the page. I am not...
View ArticleIndependent Filters in R
I have a table with filters that I place above my table to help users limit records they see by a multitude of options. Things like neighborhood, council district, type of business etc. I'm converting...
View ArticleDT 1.10 manage buttons
Hello, oTable.buttons().remove(); In this case, all buttons are removed, but i want only button2 to be removed ... http://live.datatables.net/qanahehi/6/ Any idea ? Thanks, Marc
View ArticleDatatable Scroll using Ajax REST Calls
Hi there, I am trying to integrate datatables to an application to display a relatively huge amount of data from a Rest API (2000 - 60000 Rows). The Datatable should use Server-Side-Processing with...
View Articlehi formatted nunber desc ro asc
Hi I'm creating a table using DataTables. but in one column I have counts as 2016 / 1 2016 / 2 2017 / 1 2017 / 2 2017 / 3 Can not I sort it out properly? jQuery.extend( jQuery.fn.dataTableExt.oSort, {...
View Article