MedicOneSystems / MedicOneSystems/livewire-datatables

Call to undefined method BooleanColumn::format()

Open
#490 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.