Hi,
I have a scenario where I need to pass data table to action center through create form task with html content where I need a scroll bar or previous next page limit to 5 rows per page or per scroll. I tried in many ways but failed to create that.
Please help me if any one knows.
Thanks & Regards,
Praveen.
Anil_G
(Anil Gorthi)
January 28, 2025, 5:07am
2
@PRAVEEN_VARMA
Can you please show what you tried so that we can try correcting the same
Cheers
Hi Anil,
Thank You.
I have below code
'
Column 1
Column 2
Column 3
Column 4
Column 5
Row 1, Col 1
Row 1, Col 2
Row 1, Col 3
Row 1, Col 4
Row 1, Col 5
Row 2, Col 1
Row 2, Col 2
Row 2, Col 3
Row 2, Col 4
Row 2, Col 5
Row 2, Col 1
Row 2, Col 2
Row 2, Col 3
Row 2, Col 4
Row 2, Col 5
Row 2, Col 1
Row 2, Col 2
Row 2, Col 3
Row 2, Col 4
Row 2, Col 5
Row 2, Col 1
Row 2, Col 2
Row 2, Col 3
Row 2, Col 4
Row 2, Col 5
Row 2, Col 1
Row 2, Col 2
Row 2, Col 3
Row 2, Col 4
Row 2, Col 5
Row 2, Col 1
Row 2, Col 2
Row 2, Col 3
Row 2, Col 4
Row 2, Col 5
Row 2, Col 1
Row 2, Col 2
Row 2, Col 3
Row 2, Col 4
Row 2, Col 5
Row 2, Col 1
Row 2, Col 2
Row 2, Col 3
Row 2, Col 4
Row 2, Col 5
Row 2, Col 1
Row 2, Col 2
Row 2, Col 3
Row 2, Col 4
Row 2, Col 5
Row 2, Col 1
Row 2, Col 2
Row 2, Col 3
Row 2, Col 4
Row 2, Col 5
Row 2, Col 1
Row 2, Col 2
Row 2, Col 3
Row 2, Col 4
Row 2, Col 5
Row 2, Col 1
Row 2, Col 2
Row 2, Col 3
Row 2, Col 4
Row 2, Col 5
'
I’m not sure how to pass data dynamically.
I have removed the hard coded data and sent rows with the field key but it didn’t work as expected.
Hi @Anil_G
Can you please have a look once the code, if any suggestions it would be helpful.
Anil_G
(Anil Gorthi)
February 15, 2025, 7:14am
5
@PRAVEEN_VARMA
So first thing why are you not using the table component?
are you seeing any issue with it?because that is made for exact same use
also if you are usign html component then you need to format to html text and then send …direct datatable might not work
cheers