How to load data on click of ShowMore button

Darshan5
Kilo Contributor

Hello All
I need to load data on click on ShowMore button.
There is another table ,was taking reference of ServiceCatalog widget. but not able to update the code according to my requirement
any leads welcome

Thanks

Darshan

1 ACCEPTED SOLUTION

Ct111
Giga Sage

Show more automatically loads next set of records. If you go to " My Request" widget you can check the functionality .

You can also decide after how many number of record you will see " Show More" , that can be configured in Instance Option ( by doing CNTRL+ right click on Widget).

If you are trying to emulate the same functionality then just check the functionality and code part of show more from " my request" widget.

I hope this information helps.

 

Mark my Answer as Correct and Helpful if it helps

View solution in original post

5 REPLIES 5

Ct111
Giga Sage

Show more automatically loads next set of records. If you go to " My Request" widget you can check the functionality .

You can also decide after how many number of record you will see " Show More" , that can be configured in Instance Option ( by doing CNTRL+ right click on Widget).

If you are trying to emulate the same functionality then just check the functionality and code part of show more from " my request" widget.

I hope this information helps.

 

Mark my Answer as Correct and Helpful if it helps

Darshan5
Kilo Contributor

Yes i tried while clicking on show more button it keeps repeating the data which has already load.
Like in this case it will load again from First box.
Could you help me PLease
find_real_file.png

Can you go from back-end and verify how many catalogs are there in this particular category where you are clicking Show more

Darshan5
Kilo Contributor

Thanks for your help