Styling the Data filter for a list
Trying a few different methods to get the data filter for list item to display a bigger font. Cant seem to get this to work . Please help
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Trying a few different methods to get the data filter for list item to display a bigger font. Cant seem to get this to work . Please help
Hello,
Not sure I understand what you are trying to achieve.
Show us what you have tried and what does not work.
Hello,
Please use following JS code to change styles:
pre
//where "mobilelist_303" is your list name.
Apperyio("mobilelist_303").parent("*").find(".ui-filterable input").css("font-size", "30px")
/pre
Regards.
Thank Yurii, worked perfect
Thanks Yurii, Worked Perfect
Thanks Yurii, This worked !