This repository was archived by the owner on Jul 31, 2024. It is now read-only.
Description Describe the bug
The search bar needs to get hidden on setting :show-search-bar="false". It does not happen in Vue 2.7.
To Reproduce
Steps to reproduce the behavior:
Version "@cldcvr/flow-table": "^1.2.2"
Use snippet below
<f-table-schema
variant="underlined"
size="small"
:data .prop =" { header: colHeaders , rows } "
:show-search-bar =" false "
part="cell"
@toggle-row-details =" toggleRowDetails "
>
</f-table-schema >
Expected behavior
Search bar must stay hidden when the prop :show-search-bar="false"
Screenshots
Screen.Recording.2023-08-07.at.2.30.36.PM.mov
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Describe the bug
The search bar needs to get hidden on setting
:show-search-bar="false". It does not happen in Vue 2.7.To Reproduce
Steps to reproduce the behavior:
"@cldcvr/flow-table": "^1.2.2"Expected behavior
Search bar must stay hidden when the prop
:show-search-bar="false"Screenshots
Screen.Recording.2023-08-07.at.2.30.36.PM.mov
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.