Search
1548 results 61-70
Forum
- 16th Mar 2018How update field value of parent table with a field value in child tablethe id of the parent table row to the
- 13th Feb 2018Child Row - How to select Parent Rowsibling tr to the parent row.) This is what
- 13th Oct 2017Why does a table reload closes the child row of the parent table?that would cause a parent table to redraw from
- 28th Sep 2017Individual DataTables Editor sub-table within each row of parentThanks Allan! I was hoping I could insert the table as kind of a sub-row by clicking on the parent row but I used your blog post and it works perfectly for what I need :smile:
- 21st Sep 2017Retrieving parent row data from its child row - best practice?tbody").on("click", "span#more", function () { // Get parent row (object HTMLTableRowElement) var
- 27th Mar 2017Parent / child don't selects the parent Entrya row from the parent table. Then, when creating
- 27th Mar 2017Populating the parent key in the childWhy wouldn't you recommend my way of doing it on the server side? Under normal circumstances you don't really want to see the artificial auto-increment id of a parent row on the screen anyway ...
- 19th Mar 2017How do I get the id of a parent into datatables?to set the id upon create do this: Field::inst( 'table.proposal_id' )->set(Field::SET_CREATE) ->setValue( $_SESSION['SelectedProposalId'] ), to delete the child table row when you delete the parent just set delete cascade in your database.
- 21st Jan 2017Parent / child editing with Editor doesn't store parent idParent Child works. Please post
- 7th Jan 2016Disable parent click to hide child info : Responsivedisplay: $.fn.dataTable.Responsive.display.childRowImmediate, this function is already showing my child which is great. I dont want user to click parent row to expand/collapse child row. Is there any way that i can override the parent click or disable it completely?