Beginner: How to realize editable table that has an javascript array as sourced data

Beginner: How to realize editable table that has an javascript array as sourced data

J.HensenJ.Hensen Posts: 1Questions: 1Answers: 0

Hey guys,

I'm an absolute beginner with datatables, javascript, php etc. and want to realize the following:

  • I have two arrays in JS. Let us call them "age" and "size", each with 10 entries.
  • These arrays should be displayed in a table with the possibility to edit entries and add/remove rows.
  • The underlying arrays in JS should be updated.

How can I realize that? There are so much examples, but I do not really know how to adjust them to my needs :-(.

Can you help me with this?

This discussion has been closed.