How can I make a filter per user?
6 years ago.
I am currently reading a single table with all the events of all users. But now I need to send the id of the current user in the url so that it reaches the controller and can only show the events of this user.
Thanks for the help I am currently able to send the user id of the view to the controller but when I get to the Dpc class that inherits from DayPilotCalendar
DayPilot