In the documentation of the ClientSideFilter I read the following:
Renders a search form with a text box, optionally with a placeholder and a preset value if supplied during initialization.
I can set a placeholder value during initialization, but how can a preset value be supplied? It is missing from the initialization parameters.
(I would like to be able to link directly to a filtered table so a preset value would come handy.)