Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROW REORDERING WITHOUT CHANGING THE S/N #329

Closed
jamilu-jibrilla opened this issue May 31, 2023 · 2 comments
Closed

ROW REORDERING WITHOUT CHANGING THE S/N #329

jamilu-jibrilla opened this issue May 31, 2023 · 2 comments
Labels
question Further information is requested

Comments

@jamilu-jibrilla
Copy link

jamilu-jibrilla commented May 31, 2023

I have a table where i show the serial number of each row beside it. Is it possible to maintain the serial numbers while reordering the row here's an example:

s/n  column1   column2  column3    column4
------------------------------------------------
1.     cell           cell          cell        cell
------------------------------------------------
2.    cell2         cell2        cell2      cell2 
------------------------------------------------

is it possible to rearrange this rows while keeping the serial number constant?
Thanks.

@komarovalexander komarovalexander added the question Further information is requested label May 31, 2023
@komarovalexander
Copy link
Owner

hi @jamilu-jibrilla you can do simple workaround, just check the example: https://stackblitz.com/edit/table-row-reordering-ts-xqee56?file=Demo.tsx

@jamilu-jibrilla
Copy link
Author

Thanks a bunch......this is exactly what i was looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants