MedicOneSystems / MedicOneSystems/livewire-datatables
Call to undefined method BooleanColumn::format()
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 1.2k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
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 !
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the documentation example containing BooleanColumn::format() and compare it with Column.php, which the report says has no format() method. Confirm whether the example is unsupported or incomplete, then update the documentation so the documented BooleanColumn API matches the package; done means the example no longer produces the reported undefined-method error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- laravel, php
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100