Display component as table first row #4508
-
|
Hello! My use case is that I want to show inside a table, before the first row, a message with selected filters. As per this code sandbox, what I've found is that is possible to render something else than a Is there a way to render an entire component as the first row? It can be on a regular table or |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
This behavior is not relevant for my use case, closing the discussion. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @FRicardi, unfortunately this is not possible as both the |
Beta Was this translation helpful? Give feedback.
Hi @FRicardi,
unfortunately this is not possible as both the
Tableand theAnalyticalTableexpect all rows to contain as many cells as your table has columns.For your
Filtered by...example in the codesandbox, I would recommend to render aToolBaror aFilterBarabove the respective table where you can display the required information.