Add the ability to provide an initial filter state to the Datagrids
Add a link to EditRunner that navigates to the Roster page and auto-populates the filters with the athlete name
Known Issues
After navigation via the Edit Runner link, clearing the filters requires two clicks or navigating away and back.
If two athletes have the same name, both will be shown. This is due to a limitation in the datagrid filter where we search contains, not equals, so e.g. opening Runner # 1 will filter to all bibIds with a 1 (1, 10, 16, 19, 101, etc). We use the full runner name instead as that will clash less often.
Both of these issues are minor and will likely will be not a problem when we move to a fully-featured library.
Changelog
Features
Known Issues
Both of these issues are minor and will likely will be not a problem when we move to a fully-featured library.