Skip to Content
0
Former Member
Dec 01, 2017 at 03:41 PM

Issue with filters in smart table

2252 Views

Hi experts,

1.I have a smart table .And it is working fine I can select/deselect no of columns according to number of properties in entity set.However when i press the filter tab.In the dropdown only the first property is populating(I expect filter wrt to all selected column should be there) .And I am unable to filter also.

2.I have given table type as Table(ui table).How to set ui table's property such as selection mode to none.

Thanks in Advance

 <smartTable:SmartTable entitySet="Myset"
 tableType="Table" useTablePersonalisation="true"
useExportToExcel="true" showRowCount="false" header="RS fos summary"
initiallyVisibleFields="prop1,prop2" exportType="GW"
	enableAutoBinding="true" demandPopin="true" class="sapUiResponsiveContentPadding">
</smartTable:SmartTable>