Skip to content

how to display withCount in table? #839

Closed Answered by giles247
tarikhagustia asked this question in Q&A
Discussion options

You must be logged in to vote

Try this
Column::make('Contacts Count') ->label(function ($row) { return $row->contacts_count; }),

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@tarikhagustia
Comment options

@DanielGSoftware
Comment options

@giles247
Comment options

@DanielGSoftware
Comment options

Answer selected by tarikhagustia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants