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())
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())