Search
1548 results 171-180
Forum
- 3rd Oct 2019Duplicate button not working in parent child datatable.Thanks Kevin. That fixed it.
- 2nd Oct 2019onKey function stops working on parent table, when child table is destroyedThis was addressed in the latest 2.5.1 patch release.
- 19th Mar 2019Can this Editor Table be used to display forms with Parent Child Data?Thank you very much @colin. This is exactly what I was looking at. Much Appreciated.
- 8th May 2018How to solve the problem that the child form and parent form are not alignedI'm guessing that's the child table within the main table. As they're separate, you'll need to modify the CSS so they align, there's various examples on the site for that, such as this one here. Cheers, Colin
- 30th May 2017How to trigger click on detail parent rowsThanks guys. I actually went with $('td.details-control', this.node()).trigger('click'); since I removed the class on any rows that didn't have detail data. Works great.
- 7th Nov 2013Table join with update on parent (main) tableThe driver isn`t performing any update on field involved in the JOIN, or at least it seem so. Could you please point me into right direction to modify default update statement for JOIN cases, or may be add something like: [code] UPDATE parentTable INNER JOIN childTable ON parentTable.childID = childTable.PKey SET --- all the regular fields to update here as it is now ---, parentTable.childID = $valueFromPostForThisField WHERE parentTable.PKey = parentTable.RowID [/code] Thank's again, Allan.
- 5th Aug 2011jquery parent element versus parentNode[code]var row = this.parentNode.parentNode;[/code] this is working i think, because when i try to display the row, alert displays [object], but how will u use it?
- 3rd May 2020parent and child structure in datatableLink to test case: Debugger code: Error messages shown: Description of problem: Is it possible to have datatable in format as shown in image: currently I m not using server script to generate this structure. Its simple two queries in mysql and within this query get childs of parents. due to this approach it takes so long to load the result. please suggest, how can i create this structure with server side.
- 8th Jan 2020How can I change the bootstrap 4 classes for the dataTables_length and dataTables_filter parent?<div class="row"> <div class="col-sm-12 col-md-6"> <div class="dataTables_length" id="example_length"><label>Show <select name="example_length" aria-controls="example" class="custom-select custom-select-sm form-control form-control-sm"><option value="10">10</option><option value="25">25</option><option value="50">50</option><option value="100">100</option></select> entries</label></div></div> <div class="col-sm-12 col-md-6"> <div id="example_filter" class="dataTables_filter"><label>Search:<input type="search" class="form-control form-control-sm" placeholder="" aria-controls="example"></label></div></div></div> I would like to change the dataTables_length to col-md-9 and the dataTables_filter col-md-3 . How can this be done?
- 26th Jan 2019Example of the Parent Child Row editing in a fiddleI'm a newbie in a javascript and english is not my language, understand very poor, so, i likely this example https://datatables.net/blog/2019-01-11 in a fiddle for me take the javascript and another codes html css, i want to create one file with this, im apreciate any gesture of goodwill