Adding Feather Icons on actions column #918
Unanswered
makrosloro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having a problem with my actions column. Main idea is set a group of 2 icons, one per view row details and other for remove row.
There is no problem rendering icon inside column with html content. Here you have one of my colum html with icon :
This column renders this:

Problem comes when trying to order or search; icon dissapears...

I've tried to use
wire:ignore
only this column; it works in relation with icon dissapear but not working on searching or ordering. I mean that when searching, the column pill does not correspond to searched value.I think on the possibility of redraw table after searching or ordering but do not know how to do it. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions