Kavita Tipnis wrote:If I understand your problem correctly, you want to filter the search results that are shown in the data table.
One way to do that would be to place a UIInputText component for every column and filter out the results for each column,
narrowing down from the left to the right and allowing the user to clear the results at any time.
Kavita,
My datatable looks like this how do i put input text here?
<ice:dataTable styleClass="data"
id="categoryLOVList"
rows="#{myprojectBeanCommunicationBackingBean.rowsPerPagePopup}"
var="catItem"
value="#{myprojectBeanCommunicationBackingBean.localDataModelCategoryLOV}"
binding="#{myprojectBeanCommunicationBackingBean.tableCategoryLOV}"
columnWidths="15%,45%,40%"
sortColumn="#{myprojectBeanCommunicationBackingBean.sortColumnCategory}"
sortAscending="#{myprojectBeanCommunicationBackingBean.ascendingCategory}"
>