cancel
Showing results for 
Search instead for 
Did you mean: 

Reset Custom Filters for sap.m.table columns

Former Member
0 Kudos

Hi Experts,

I have a table with few columns. On right click of each column a responsive popover with dynamic id opens with a input field. The value in the input field will filter the data in the table for that column.

I have placed a clear filters button in the footer of the table. My questions is how to clear the value in the input field of the popover and display unfiltered data in the table.

So far I am able to get the table data but not able to get clear the popover's input field as it generated dynamic id.

Please suggest a solution for the same.

Thanks,

Srinivasan

Accepted Solutions (1)

Accepted Solutions (1)

Sharathmg
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi Sharath,

I am able to do this sap.ui.table but my problem is to do the same in sap.m.Table.

Thanks,

Srinivasan

Sharathmg
Active Contributor
0 Kudos
akshaya_p
Contributor
0 Kudos

Hi,

Im facing the same issue. Dis you get a solution for this?

Answers (1)

Answers (1)

former_member365727
Active Contributor
0 Kudos

use JSON model to bind the input fileds of each popover...

on clear remove the values in JSON model binding path....this will clear values in popover..