110
Views
4
Comments
Solved
how to display the Serial Number in table?
Application Type
Reactive

Hi Everyone,

I have a detail page in my project, that will display the Users name, number, and Serial Number. The serial number should be unique and should not repeat, in my case. Let's say the first page contains 10 user details and the serial number is from 1 to 10. on the next page again the serial number starts from 1. But it should be 11. Kindly help to achieve this.

Regards,

Asik

2020-11-13 07-48-15
Khuong Truong
Solution

Hi @SHAIK ASIK ,

I think you can try this: 

Regards,

Khuong

UserImage.jpg
Shaik Asik

Hi Khuong Truong

Thanks a lot to give a solution.

Kindly Thanks Regards,

Asik.

2023-08-28 09-08-29
Venkatesh Sundarajan

Hi Shaik, 

Do you have any column for serial number in your table with your data? 

If not, 

Can you please try from your source list of your table, 

Pass as for eg: "users.list.currentrownumber+1".(rownumber starts from " 0" That's why added "1" With it by default), in the serial number column. 

If your source list is same for the pages you have mentioned, this may work. 

Please share your oml, if possible. 

If I misunderstood. 



UserImage.jpg
Shaik Asik

I already did this it work that's not my issue 


if I click to the next page the serial number again starts with 1 . now  I want to know how to get a continuous number 

2020-11-13 07-48-15
Khuong Truong
Solution

Hi @SHAIK ASIK ,

I think you can try this: 

Regards,

Khuong

UserImage.jpg
Shaik Asik

Hi Khuong Truong

Thanks a lot to give a solution.

Kindly Thanks Regards,

Asik.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.