MedicOneSystems / MedicOneSystems/livewire-datatables

how to show row number as a column serial number in livewire datatable

Open
#577 3 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

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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.