HTML for getTableEmptyStateDescription
How to put html string when empty state?
9 Replies
So instead of that string, be html like
Create a <strong>parent record</strong>
...sorry
can you try something like this?
It doesn't work. @Leandro Ferreira
do you want to remove the tags? did not quite understand ?
if so you can use if I'm not mistaken
2nd ss is using
<strong>
, it should "bold" the word "child".This is because the
filaments/.../table/index.blade.php
is using {{ }}
and not {!! !!}
hmm, I guess I'm going to use getEmptyState()
?
This what worked for me and did some experiments. I hope someone could tell me if it there's a better idea.