view for component [tablebuilder]`

<x-tablebuilder :data="$data" :pagination="{ perPage: 10 }" :search columns=" item_id, { label: 'Name', name: 'fr_name', resolve: row => row.fr.name }, { label: 'Status', name: 'status', filter: row => getStatusFilterOptions(), format: row => getStateUsing(row.status) }, transaction_type, created_at, amount, entry_type, closing_balance " @pagination:change="updateData" @search:change="updateData" /> if I use above code it showing error as : Unable to locate a class or view for component [tablebuilder]
Was this page helpful?