CodeIgniter DataTables With row Details
Hello There, This really very nice Jquery Library. I love this. I had use this many time at many web pages. But recently I try to implement this with CodeIgniter, I want Row detail option and also want...
View Articlegetting idSrc in preSubmit
I was looking at this question: https://datatables.net/forums/discussion/25609/retrieving-the-mysql-id-for-a-newly-created-row When I do this: editor.on( 'preSubmit', function ( e, data, action ) {...
View ArticleDatatable fails with dynamically created tabls
The datatable works correctly when I manually add the <li> tabs to the html section of my php page: () The number of files/data tabs varies for each customer process, so I need to be able to...
View Articleselect only works with tabletools
I am trying to use the examples given but the only way I can get select to work is to use TableTools (which I want to move to buttons but having trouble there, but that will be another post). If I take...
View ArticleDatatable data not getting written to excel file
I used this example https://datatables.net/extensions/buttons/examples/initialisation/export.html to implement in my project. And I was able to place the buttons on my page. Sample data that i have on...
View ArticleSort by date problem not work
Hi, I use this library for the first time and i have a table with 4 column that have a date in this format for example 30.06.2014 but the default order not work on the data because the result is that i...
View ArticleDate Picker in Custom Toolbar
I have successfully installed buttons and a selector on the custom toolbar but have not been able to implement a date picker. I have tried many ways including hints from the forums but there is not one...
View ArticleEditor + Bootstrap + Inline Edit
Hi, Great job on the new versions on DataTables + Editor! I felt the double outline on an in-focus cell which was being inline edited wasn't quite right. I suspect the plain DataTables css and...
View Articleeditor-inline event "key-blur" not working when "enter" is pressed
So I was following the demo described here: https://editor.datatables.net/examples/inline-editing/tabControl.html Where I'm tabbing between columns. Everything works as expected. But I wanted to do...
View ArticleUsing natural table sorting
I am using the natural sorting plugin and it works much better than it did out of the box. However, it's still not 100% correct. Consider these cell values: 1.53 sec 1.9 sec 2.2 sec The plugin sorts...
View ArticleTable alias in leftJoin()
Hello, Is it possible to put table alias inside leftJoin() function? I have code like this: $editor = Editor::inst( $db, 'operation' ) ->fields( Field::inst( 'operation.id_user' ), Field::inst(...
View ArticleExport data with Javascript?
Is there a way to call the DataTables export function (Excel, CSV, Copy to clipboard) from Javascript instead of using the buttons?
View Articledatatables .draw() without ajax call
Dear Allen, We are using custom controls for datatables which involve column turning on/off and many others like bringing table to fullScreen and so on with fixed headers. So everytime tables go in...
View ArticleNested / Two-Dimensional keys for Editor?
I am using the trial version of Editor in order to figure out if I can use it for my project. The backend is custom, I am not using the PHP-Backend provided with Editor. Out of the box, it can use a...
View ArticleCreate button with extra function
Hello, Is there any way to add an extra function to build-in create button? - that one that opens editing window. I have code like this: new $.fn.dataTable.Buttons( table, [ { extend: "create", editor:...
View ArticleDestroy Editor
Is there a function to destroy the Editor instance? Calling table.destroy() does not seem to destroy Editor also.
View ArticleDT 10.1 - Extra button
Hello, I have buttons initially disabled who become active when i select a row. How can i add an extra button (always active) linked to another ajax call i.e ? At this time i have something like this :...
View ArticleNew Editor Fail!
I upgraded my Editor libraries to take advantage of mjoin. After doing that, mjoin works great for display, however, none of my tables can edit at all anymore. Even if I back out the code to all...
View ArticleHow to get all column rows (even those which are not displayed)?
Modify a table row (DOM modification), then search for a keyword. If the row you just modified is not included in the search results it will disappear in the DOM. So you can only modify it back to its...
View ArticleDatatable editor where condition
Hello I'm writing a controller with a where condition that links a column id from main query to another taken in where condition with an external query as shown: Dim response = New Editor(db,...
View Article