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
When we are using dynamic data for rendering inside bl-table it is so common to diplay empty list in the table. But as far as I notice, bl-table has no property/attribute for no data situtation like below:
Also there is no chance to add custom element e.g div in bl-table-body to simulate this behaviour in custom way. Because it seems added element not expanding for whole table. Width of it is limited by one column:
<bl-tableselectablemultiple><bl-table-headersticky><bl-table-row><bl-table-header-cell>Header 1</bl-table-header-cell><bl-table-header-cell>Header 2</bl-table-header-cell><bl-table-header-cell>Header 3</bl-table-header-cell></bl-table-row></bl-table-header><bl-table-body><div>hello world</div> // I tried to give specific width to simulate it for whole table to display special `no data found` element
</bl-table-body></bl-table>
Proposed solution
No response
Alternatives considered
No response
Additional technical context
No response
The text was updated successfully, but these errors were encountered:
Describe the problem or use case
When we are using dynamic data for rendering inside

bl-table
it is so common to diplay empty list in the table. But as far as I notice,bl-table
has no property/attribute for no data situtation like below:Also there is no chance to add custom element e.g div in
bl-table-body
to simulate this behaviour in custom way. Because it seems added element not expanding for whole table. Width of it is limited by one column:Proposed solution
No response
Alternatives considered
No response
Additional technical context
No response
The text was updated successfully, but these errors were encountered: