Adding a Search bar to the published version of our Coda docs

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 :slight_smile: , example :

thisrow.name.lower().StartsWith(text_control.lower())

1 Like