add a row in the middle of a table using Inline editing
I'm wondering if it's possible to add a row anywhere In a table using the inline editor? my current create button adds it to the end of the table then i use rowReorder to drag it where i need it. would...
View ArticleAdding a spinner to a table while it processes the AJAX request
hey guys, I'm looking to add some sort of feedback to my table row while the AJAX request is processed like a spinner or font awesome icon. also would be nice to have some functionality for...
View ArticleMulti level in RowGroup
Hi, I have a problem with RowGroup's Multi-Level I don't understand why it always gives me No Group back. var table4 = $('#Buono').DataTable( { dom: 'Bfrtip', paging: true, ajax: { url:...
View ArticleServer side php auto format a string value '000168' to int '168'
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: Hi, I've a problem with a server-side php script wich return data from a mysql datatable. My Colum...
View ArticleBad gateway error on create new records
Hi, I am using the following PHP code to get data into a DataTable: $editor = Editor::inst( $db, 'tbl', 'id' ) ->fields( Field::inst( 'tbl.id' ), Field::inst( 'tbl.description' ), Field::inst(...
View ArticleWhy doesn't my "create new record" or edit/delte icons work
http://live.datatables.net/dugigipe/1/edit
View ArticleHowto custom render for Editor Edit window.
hi, I have a field in my data that is an URL. I would like to display this as an icon with the URL as an anchor around the icon. I was able to get this working fine for the grid display, using this :...
View ArticleBubble Edit with TinyMCE and repositioning post open
I unfortunately cannot figure out how to hook in TinyMCE to the example/debugger site or show an example publicly atm. Let me try to describe what the issue is - maybe there is an event that I can call...
View ArticleHow to use css classes for DataTables Editor?
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: Using the css selectors is not consistent from table to table. I have styled a generated DataTable...
View Articlescreen flashes with edit form field labels for 2 secs, when loading page that...
hi, This is a strange one, I have a page the contains multiple datatables (parent/child), I also have custom edit templates for each datatable. When I load the webpage that contains the datatables, for...
View ArticleAdjusting size of Bubble on open event
I several bubble editors in a row, but I have a few TinyMCE types that need to be larger than the others (too small to use), so I can't globally change the width like in this discussion:...
View ArticleWhat files are created using the Editor Generator?
Link to test case: Debugger code (debug.datatables.net): Error messages shown: Description of problem: When using the Editor Generator to create a HTML table, what files are actual built from the...
View ArticleClosing Bubble before Submit Completes
I have a bubble editor that takes ~10seconds to complete the update... so I've set up like this. Relevant code: _editor.bubble(this, { onBlur: 'close', submit: 'allIfChanged', onComplete: function() {...
View ArticleSubmitting a whole table
TLDR: can I submit a whole table to an ajax call. hey guys, so I'm working on a web app where someone can upload an excel sheet, my backend does some processing and then creates a data table based on...
View Articlenode js library knex & mssql are dated, but latest version doesnt work properly.
hi, just found if I install knex & mssql with their latest version then editor stops working... any suggestion what version I can go for without a bunch of critical warnings? thnx.
View ArticleTricking editor for a custom button with confirmation
Hi all. Sometimes you might need a custom button, for which the Editor provides a nice and easy way; but sometimes you need to ask for a confirmation before proceeding. Editor doesn't support this...
View ArticleHow to override class name for buttons(save, update, delete) in an editor form?
hi, how to override the button classname in the editor form? thnx
View ArticleCan I trigger "postCreate" for a record not created by Editor?
For some of my tables, records are created through my own PHP controller/model set-up. The Editor files are referenced throughout, but the "Create" button is not presented to the user. I now realise...
View ArticleCKEditor - Remove encapsulating paragraph tags
How can I customise CKEditor to not have the encapsulating paragraph tags? This is only for a specific CKEditor, not a global config.
View ArticleBubbles editing
i using asp net mvc adonet to query data from storepocedure. i dont know how to apply ajax edit for it
View Article