Search
-
Problem with custom search and search panes
by sandy ·Hi @khunicycler , -
ajax.reload(null, false) jumps to the first page
by kthorngren ·Got it thanks. I just realized that you are using SearchPanes and this same issue was reported in October. See this thread. The issue is seen in SP 1.2.1 which is the latest version. You can use … -
Debugger.js is not working properly.
by colin ·This is a repeat of this - please don't duplicate threads. -
json_encode options in Editor->json method
by allan ·We've had a bit of feedback on this change which points out that it means it is possible for valid information to be dropped. -
Leading zero problem
by allan ·It is being caused by this change. Basically when JSON_NUMERIC_CHECK is used, it will return any numeric strings as an actual JSON number - which can sometimes be desirable (1, 2). -
Mergin two functions in datatables
by kthorngren ·Uncaught TypeError: Cannot set property '_DT_CellIndex' of undefined -
align num field on decimal point
by colin ·I'm not following the question - but this thread may help, -
how to send the data and refresh the data in the table with post
by kthorngren ·https://datatables.net/forums/discussion/comment/177525/#Comment_177525 -
ajax.reload() doesn't works?
by ddryfer ·https://datatables.net/forums/discussion/39130#Comment_102210 -
append the DOM options to outside div
by kthorngren ·See if this thread asking a similar question helps. -
Unable to add a new row
by krutovdl ·$("#comments_module").modal('hide'); } else { $("#spCommentErr").val('There is an issue on -
Unable to add a new row
by krutovdl ·$("#comments_module").modal('hide'); } else { $("#spCommentErr").val('There is an issue on -
Make child row has columns with same width with parent rows
by kthorngren ·See if the answers. in this thread, with the same question, helps. -
select control initialisation
by rf1234 ·https://datatables.net/forums/discussion/comment/151706/#Comment_151706 -
Rerender the datatable row after update
by kthorngren ·Allan states in this thread: -
In Editor, I need some fields to be read only for editing, but read/write when adding a New record.
by colin ·This example from this thread should get you going - it's disabling the "age" field on the edits, -
Ability to create an overlay over entire table while ajax processing is in progress.
by kthorngren ·This thread has some options. You can find others on the forum. -
Unable to add a new row
by krutovdl ·$("#comments_module").modal('hide'); } else { $("#spCommentErr").val('There is an issue on -
Searchpane shows 0 results when filter value contains an ampersand
by wgb ·When my filter contains a value with an ampersand (a & b), the filter count shows the correct number of rows, when you click on it to filter, the pane clears and says 0 records to show. I fo… -
jquery-3.4.1.js:3850 Uncaught TypeError: Cannot read property 'style' of undefined
by kthorngren ·There are lots of threads discussing that error. See if this thread or this one helps.