Hi there, I have some issue trying to filter data from MySql db dinamically. What i should want to do, is send ‘id’ value and filter data using render_table (SOMEquerysql). To be more clear, in my MySql db there are this fields:
ID
IdEmp
Employee
start_data
end_data
text
Can someone tell me how select events concerning only employee with IDEmp = “3”? (i.e)
Thanks Aliaksandr, I saw this article, and it works properly!! Great.
However I have ask you something else, hoping you can help me .
I have used this command to filter data before loading my scheduler