Search
-
problem using datatables in moodle plugin working with xampp
by ofricaspi ·Hey everyone, -
Get values after datatable autofill event
by sasuandrei ·I have this autoFill event function -
switching from serverside processing to client side processing fails
by kthorngren ·Ok. But why not use this as it works with stateSave? -
scroller with filter
by kthorngren ·See Allan's response in your other thread. Without seeing the problem its impossible to say what the issue might be. for example we have no idea if if (data[2] == "S") { will ever be true… -
Need a working solution where parent child edtor and DT method is properly implemented.
by allan ·@shovon-choudhury - Regarding how to add inline editing to the example I sent. The variables aren't global, so it can't just be added with a few commands in the console there, but this is how inline … -
scroller with filter
by jkjkj ·hello,all -
switching from serverside processing to client side processing fails
by fenrir ·Link to test case: -
Sort column with cells with multiple contents
by allan ·Very cool! I've not played around with it yet myself. -
FixedHeader with Flexbox
by allan ·Hi David, -
How to have Custom Drop Down only in Some Datable Heards
by AshutoshD ·URL is as following - https://datatables.net/examples/api/multi_filter_select.html -
How to create only form without table?
by Parul12 ·Yes, it is possible to create a signup form on a page using HTML and CSS without using a modal or table. -
Uncaught TypeError: Cannot use 'in' operator to search for 'length' in Id
by colin ·As Kevin said, it's going to be the JSON. It looks like it'll contain the user list, the data that going into the data. If so, you'll need to change: -
Export Buttons with Different Searches
by kthorngren ·Use data[1] === 'Accountant' is you data is array based. Use data["Position"] === 'Accountant' if you data is object based, ie using columns.data. See the Data docs for details. -
Uncaught TypeError: Cannot use 'in' operator to search for 'length' in Id
by itmalan ·Hello All, -
Sort column with cells with multiple contents
by allan ·Yeah, I'm afraid ChatGPT is way off base there. The row property is not a DOM element, so $(row[2]) isn't going to give you the cell. The row property is the data for the row - either an array or an … -
Sort column with cells with multiple contents
by kthorngren ·I've tried data-order approch with no results. -
Feed a select field with data from multiple mysql tables
by allan ·How can I had a leftjoin to the code? -
Sort column with cells with multiple contents
by RealMarcReig ·Good afternoon. -
Update the searchData before search.
by kthorngren ·You could use orthogonal data to remove the numbers for the filter operation. Then you wouldn't need to use a search plugin. -
Capturing total number of records?
by JonasNJ ·@kthorngren Kevin, my man, that did the trick. Thank you, I truly appreciate it.