adding a Search bar to the published version of our Coda docs so that a not logged in person can search
is possible use control : text
And filter table , example :
thisrow.name.lower().StartsWith(text_control.lower())
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.