@inject('helperClass','PowerComponents\LivewirePowerGrid\Helpers\Helpers') @props([ 'theme' => null, 'row' => null, 'primaryKey' => null, 'columns' => null, 'currentTable' => null, 'tableName' => null, 'totalColumn' => null, ]) @foreach($columns as $column) @php $content = $row->{$column->field}; $content = preg_replace('##is', '', $content); $field = $column->dataField != '' ? $column->dataField : $column->field; @endphp
@endforeach