I have multiple drop downs which are being populated from database but I want something like this.........
I found something that is somewhere helpful But I need this in table row
How to prevent duplicate values in multiple dropdowns using jQuery
Please look it and suggest me any Solution.
Thanks in advance
This has to be done using AJAX https://www.w3schools.com/php/php_ajax_database.asp
When a dropdown value is change an Ajax script should be called which will update the other drop down lists.
Hope this helps. Its not tricky at all you just have to understand the concept.