Hello I´m a newbie so is hard to me understand how I can make my “Search” button works to search elements in the table. I need to type in the input “Type of car” the type of car I want to search, click the search button and display in the table the results. Can somebody explain this to me? Please.
Hi,
Its very straightforward follow below steps
1.Open Button action and make refresh this section(table also in same section) or refresh other section(if table in some other section)
2.Open table grid configuration and pass mapped fields as param values to Dpage or RD(depends on the table source)
- Make use of filter in rd
Simple Search Criteria.docx (81.3 KB)
@SuryaPrakash Thanks bro you saved my life! Can you help me again? Now I have a button in each row of the table, how can I get the row of the button that I click?
Above requirement u can achieve by 2 ways,
1.Using pySelected Checkbox
–Add another column as selection and map with pySelected property
–Post Prosessing filter based on pySelected as true which result only selected values
2.Use button Action
–Button Action configure run a data transform and create another temporary pagelist and append the selected item
@SuryaPrakash Thanks mate!

