Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm gonna create an interactive order form for following sample table:


Product --- Quantity --- UV --- Sides
    
  Pro. 1       10,100      No        1
    
  Pro. 2       50          Yes       If UV = Yes : 1 , else : 1,2
    
  Pro. 3       5,10,50     Yes       1,2


I should create 4 select inputs, listen for changes and update / clear the elements.

This table is simple and small but handling more data with different conditions like 4th column of row 2 becomes a nightmare.

Is there any solution like a js library to make my job easier? Like automating the update process of select inputs based on a tree / table and certain conditions. A form generator ...

What I have tried:

As I mentioned in the post, I tried do the same without a library but it became so complicated when the data grew ...
Posted
Updated 21-Aug-18 4:49am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900