MedicOneSystems / MedicOneSystems/livewire-datatables
how to show row number as a column serial number in livewire datatable
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 1.2k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
how to show row number as a column serial number in livewire datatable
Column::name('id')->label('Id')->truncate(40),
i want to show serial number instead of id
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 with the reported column configuration, Column::name('id')->label('Id')->truncate(40), and trace how Livewire Datatables defines and renders columns. Determine how a row-position serial number should differ from the record id, then verify the expected behavior against the package's existing table behavior before proposing a change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- laravel, php
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100