You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a bug, enhancement, or feature request?
Bug ?
Describe your proposal.
Using an <fd-separator> inside an <fdp-table-toolbar> is not possible because the <fd-separator> is not visible
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exactversion. (If this is a feature request, use current version.)
Angular : 18.2.13
Fundamental : v0.54.1
We're supposed to have an <fd-separator> between the text "Custom table title" and the "I'm a button" button.
Similarly, adding an <fd-separator> between the "Action One" and "Action Two" buttons doesn't make it appear visually.
Did you check the documentation and the API?
Yes
Did you search for similar issues?
Yes
The text was updated successfully, but these errors were encountered:
JohnHavok
changed the title
Using an <fd-separator> inside an <fdp-table-toolbar> is not possible
Using an <fd-separator> inside an <fdp-table-toolbar> is not visible
Apr 16, 2025
@JohnHavok the table toolbar is following title toolbar spec and there is not mention of the separator. What is your usecase and it is aligned with the central design specs?
Is this a bug, enhancement, or feature request?
Bug ?
Describe your proposal.
Using an
<fd-separator>
inside an<fdp-table-toolbar>
is not possible because the<fd-separator
> is not visibleWhich versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
Angular : 18.2.13
Fundamental : v0.54.1
If this is a bug, please provide steps for reproducing it; the exact components you are using;
Testable directly in documentation : platform/table/basic and in section Custom Toolbar Title:
https://sap.github.io/fundamental-ngx/#/platform/table/basic#custom-titles
We're supposed to have an
<fd-separator>
between the text "Custom table title" and the "I'm a button" button.Similarly, adding an
<fd-separator>
between the "Action One" and "Action Two" buttons doesn't make it appear visually.Did you check the documentation and the API?
Yes
Did you search for similar issues?
Yes
The text was updated successfully, but these errors were encountered: