Issues with editing child table.

Issues with editing child table.

cousinitcousinit Posts: 9Questions: 3Answers: 0

http://live.datatables.net/jadunamo/1/edit
debug code - ajecow
Error messages shown:

I'm new to programming. I am trying to emulate a parent-child row similar to this post. https://datatables.net/blog/2016-03-25.

First issue: I kind of have everything working except I cannot edit the child table. When I select New or Edit button I get the following error: dataTables.editor.min.js:106 Uncaught TypeError: Cannot read property 'oFeatures' of undefined

Second Issue: My ultimate Goal is to create new child rows (up to 4 or 5) that are only related to the selected parent row's Vendor value or by Parent Row id and not all see all other rows from the entire child table as shown in my attached image.

Any help would be GREATLY appreciated.

I posted my code on livetables but was unable to get it working there

Thank you!!

Answers

  • cousinitcousinit Posts: 9Questions: 3Answers: 0

    Forgot to mention I'm using Node for ServerSide processing

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    Are you able to link to your page so we can take a look, please?

    Colin

  • cousinitcousinit Posts: 9Questions: 3Answers: 0

    Thank you Colin! Yes Where do I provide you that information

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    Either here or click on my name and send a message,

    Colin

This discussion has been closed.