Is it possible to call a method with a # from a view?
For example:
There is a big sign (2) with user id and dates, I see 2 dropboxes
User ID
dates from table 2
I want to do it after choosing a user, a code was launched that selects the necessary dates from a large table (according to the user selected in 1 dropbox) and inserts it into dropbox 2
UPD Example: After selecting a user (see screenshot field - 1), the list of dates for this user is loaded from another table (see screenshot field - 2)
