Good Morning,
I am looking for the option to add filtering of table results on the front end as I am building a web app for users to view table results but they may need to see results for a specific day.
I would like to add filters on the top of the table - is there a FAQ for this?
Next I would also like the ability to extract certain results to a csv file if at all possible?
Thanks
I am looking for the option to add filtering of table results on the front end as I am building a web app for users to view table results but they may need to see results for a specific day.
I would like to add filters on the top of the table - is there a FAQ for this?
Next I would also like the ability to extract certain results to a csv file if at all possible?
Thanks
I would like to know the answer to this too.
I can download a filtered csv if I hardcode the filter parameter in the read function.
But if I pass a parameter from a radio button I can get a filtered table display but the csv download has no data. It might have something to do with the way Data provider parm is written {var:read_info_x_clubs.[n].Info}. Where Info is my model name.
Please advise.
I can download a filtered csv if I hardcode the filter parameter in the read function.
But if I pass a parameter from a radio button I can get a filtered table display but the csv download has no data. It might have something to do with the way Data provider parm is written {var:read_info_x_clubs.[n].Info}. Where Info is my model name.
Please advise.
This topic is locked and no more replies can be posted.