Hide Search labels from tables (breadcrumbs)Issue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Description When adding a "Data Table from Instance Definition" widget, by default will display the breadcrumbs. Here is how to go about removing or hiding breadcrumbs from "Data Table from Instance Definition" widget Procedure To hide breadcrumbs from a existing Single Table: Navigate to the desired tableControl-Click on the table headers -> Widget in EditorClick Clone "Data table from Instance Definition"Make sure you are on the clone you just created to begin altering.In the Server Script, Scroll down to line 47Set the value to false to hide the breadcrumbsSave it and go back to the widget on the page.Control-Click table header and Select "Instance Options"From the Context menu -> Click "Open in platform"Click on and change the "SP Instance Config view" to DefaultClick on the Widget tab and change the Widget field to the copy previously created.Click Update and go back to the page of the widget.Single table should only display breadcrumbs while filters still apply to table. To hide breadcrumbs from Multiple tables: Follow steps to make a CloneApply the copy to each table (Refer to step 11) To hide breadcrumbs from ALL tables: Skip steps 3, 4, 8-13 to affect the "Data table from Instance Definition" widgetAll current and future "Data table from Instance Definition" widget will no show breadcrumbs.