Skip to content
Discussion options

You must be logged in to vote

@abhaypithadiya Thanks For Your Suggestion. In this file line no. 44 to 52 i change like this

    <div class="pg-actions d-flex w-full justify-content-center align-items-center">
        @if (filled(data_get($row, 'actions')) && $column->isAction)
        @foreach (data_get($row, 'actions') as $key => $action)
        <div wire:key="action-{{ data_get($row, $primaryKey) }}-{{ $key }}" style="margin-right: 5px">
            {!! $action !!}
        </div>
        @endforeach
        @endif
    </div>

and its working.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by nafiur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants