Search
-
Quill plugin is reading and saving text only plain text, not RTF
by Stacey1134 ·I am attempting to use quill in editor. And I have one UI style problem, and two functionality problems. -
Datatables Editor Create returns "POST http://127.0.0.1:8000/dashboard 400 (Bad Request)"
by kthorngren ·It looks like you are using preSubmit incorrectly. You don't want to return anything. It uses the return value to determine if the form should be submitted, ie, a boolean value. -
Datatables Editor Create returns "POST http://127.0.0.1:8000/dashboard 400 (Bad Request)"
by Hamjam31 ·Looks like the payload tab has the same data structure from the initial JSON format that I'm trying to change. -
"Natural Sorting" plugin, sorting for "Individual column searching (select inputs)" feature
by kender ·@kthorngren -
SearchBuilder 'null' bug?
by kthorngren ·Maybe you can set a variable with the jQuery selector, something like this: -
SearchBuilder 'null' bug?
by lisarush ·Hmm, at the point I'm running this, I no longer have access to the selector used to create the table. I was hoping for something that I could check on the table object that is returned. Ideally, so… -
Hi. I want to load a table by a parameter something like this
by Hildeb67 ·$(document).ready(function() { -
Datatables loads very slowly when each row has an iframe
by colin ·This section of the FAQ should help, it discusses various techniques to improve performance. deferRender would almost definitely help with, -
Datatables Editor Create returns "POST http://127.0.0.1:8000/dashboard 400 (Bad Request)"
by kthorngren ·Take a look at the Payload tab to see how the fields are sent. The errors suggest that your Django route is not parsing the create data that is being sent. Possibly you will want to send the data i… -
Datatables loads very slowly when each row has an iframe
by globalplane ·Link to test case: https://comprehensibleinputwiki.org/wiki/Chinese/Library -
SearchBuilder 'null' bug?
by lisarush ·Link to test case: -
Trying to debug generator code: Editor::inst ... ->process($_POST)
by allan ·The process() method is in the PHP libraries for Editor. You can see the code for it here. -
Trying to debug generator code: Editor::inst ... ->process($_POST)
by barncattech ·I am trying to understand (and debug) the code that is produced by the Editor generator. I created a simple test case for a table called "project". The editor instance sets the ajax propert… -
How to edit only one row?
by AJ31 ·How can I force edit of only single row, but select multiple row for Exporting to Excel? -
Datatables Editor Create returns "POST http://127.0.0.1:8000/dashboard 400 (Bad Request)"
by Hamjam31 ·I looked at the Django Error Log and they only thing it has is -
change the decimal seperator for field editing (.net)
by ASWS ·In our datatable setup numbers are formatted and displayed ok as intended: -
Editor form select value does not show current field value
by AVHtech ·When I select a row in the table and click edit the editor form displays the correct current values for all the fields except one of the Select fields. There are 2 select fields and the first "U… -
when onclick tr from datatable1 give show datatable2 from
by oomsinboy ·When I onclick tr from datatable1 give get datable2 errors from pressing repeatedly -
Column Search
by gutorockwell ·Hello, -
Datatables Editor Create returns "POST http://127.0.0.1:8000/dashboard 400 (Bad Request)"
by kthorngren ·Maybe this thread with a similar question will help.