The CreatorCon Call for Content is officially open! Get started here.

Data Table from URL Definition widget help

Jessica1307
Tera Expert

I don't want this search information show in this page, what should I do? find_real_file.png

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Yang Wu ,

Since the widget "Data table from Instance Definition" is OOTB, if you want to modify the server code to have 

options.show_breadcrumbs=false;

it would require to clone the widget and use a custom one.

 

In order to not clone the OOTB widget, an other approach is to play with the CSS of the widget instance and add this code for example:

.filter-breadcrumbs {
display: none;
}

 

find_real_file.png

 

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

View solution in original post

6 REPLIES 6

Vasantharajan N
Giga Sage
Giga Sage

Just click on All that will remove your filter.

if you are landing on this page after you click on Menu in the filter navigator then you should consider updating the filter for that menu.


Thanks & Regards,
Vasanth

It will landing on this page when I click 'View all', But I don't want to user see these filters, How to make it not visible, Do you have reference material?

find_real_file.png

Community Alums
Not applicable

Hi @Yang Wu ,

Since the widget "Data table from Instance Definition" is OOTB, if you want to modify the server code to have 

options.show_breadcrumbs=false;

it would require to clone the widget and use a custom one.

 

In order to not clone the OOTB widget, an other approach is to play with the CSS of the widget instance and add this code for example:

.filter-breadcrumbs {
display: none;
}

 

find_real_file.png

 

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

hi, I used your method, add this code .filter-breadcrumbs {display: none;}, and filter-breadcrumbs not show, I still have a new question, there is a 'new' button,  Is there a method to remove it? Thank you!

find_real_file.png