Hi all, i have to add list view of table in portal. but it should not be contain options to create new record from portal. So the portal should only show the list of all records and when clicked it should open the record. is it possible Team????

anu58
Tera Contributor

The table of records i used here is from custom table under scoped application.

1 ACCEPTED SOLUTION

Ankur Swami
Tera Guru

Hi 

 

Create a new Portal Page or use an existing one and add the OOTB Widget "Data Table from Instance Definition". Open the properties and add your table and columns:

find_real_file.png

 

Then open the Widget Instance in the Backend:

find_real_file.png

And add the text {'enable_filter': true} to the field "Additional options":

find_real_file.png

This will enable the filter on the list too.

 

Please mark Correct Answer if it works for you.

 

Thanks,

Ankur

View solution in original post

1 REPLY 1

Ankur Swami
Tera Guru

Hi 

 

Create a new Portal Page or use an existing one and add the OOTB Widget "Data Table from Instance Definition". Open the properties and add your table and columns:

find_real_file.png

 

Then open the Widget Instance in the Backend:

find_real_file.png

And add the text {'enable_filter': true} to the field "Additional options":

find_real_file.png

This will enable the filter on the list too.

 

Please mark Correct Answer if it works for you.

 

Thanks,

Ankur