DataTable capability to add, change & delete table entries

DataTable capability to add, change & delete table entries

jadhvaryujadhvaryu Posts: 20Questions: 5Answers: 0

Hi,

I am building a catalog ordering application. So, through browser UI, the user enters the product code & quantity and in the table, i show product code, two different product descriptions and the quantity.

In the middle of ordering additional items, the user can go to earlier entered item and delete a row or change the quantity.

Also, there could be few product code that may be multiple items. In which case, the individual items of such bundle should show up in the table with individual descriptions and the quantity.

How can i use DataTables to build the table which can support adding, editing and deleting entries at same time.

Many thanks!
Jaideep

Answers

This discussion has been closed.