livewire-datatables icon indicating copy to clipboard operation
livewire-datatables copied to clipboard

Call to undefined method BooleanColumn::format()

Open sheepbild opened this issue 3 years ago • 0 comments

Hi,

in the documentation you mentionned the code below : BooleanColumn::name('email_verified_at') ->label('Email Verified') ->format() ->filterable(), But the format() function throw me an error "Call to undefined method Mediconesystems\LivewireDatatables\BooleanColumn::format()" and no format() function is present in the Column.php file.

What is this function for, is it important ?

Thank you for your super package !

sheepbild avatar Aug 02 '22 17:08 sheepbild