Re: How to access selected options from a select list to show them in a table ?

2016-05-06 Thread Ricardo Daniel Quiroga
Hello, What you must do is to use Javascript and AJAX, to have the desired behavior, I guess would be for onchange event. By the way it is therefore desirable to handle the tables in the following format regards 2016-05-03 8:06 GMT-03:00 : > So

How to access selected options from a select list to show them in a table ?

2016-05-03 Thread xhoikallupi
So i have a select list and a table,and i want to show only the data that corresponds the selected item. This is my index.html file Owners --- {% for owner in owners %} {{ owner.person_id }} {{ owner.first_name }} {{ owner.last_name }} {% endfor %}