cancel
Showing results for 
Search instead for 
Did you mean: 

table filtering on the model node table

Former Member
0 Kudos

hi

i have two table where i need to perform table filtering on the tables and both the tables are of MODEL NODE

and in some of the posts i have seen that we cannot perform

table filtering on the MODEL NODE table , and other thing

i have 38 elements where i need to perform filtering on

each and every column ,

can any one help me with procedures for table filtering on

two tables , one table is independent from other.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

fdafdaf

Former Member
0 Kudos

Hi Kishore,

Please refer to the following artice for the filter and sorting implementation:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f024364b-3086-2b10-b2be-c0ed7d33...

Filtering works on the principle of selecting values from an existing master set. Hence, as suggested the master set can be your model node and create another value node (exact copy of the model node) to hold the values to be displayed in the table.

Remember it is always better if the backend provides these capabilities rather than implementing filtering and sorting in front end.

Regards,

Kartikaye

venkatakalyan_karanam
Active Contributor
0 Kudos

Hi Kishore

Dont bind tables with directly with model nodes,For other functionalities filtering and sorting its becomes very difficult.

Bind with the value node and populate all elements from model to value node.

Take model node as Source node.Use Table Filter .java class.

This class requires 3 nodes to perform filtering

Value node(binded to table)

Model node as a source

and Filter Node for filter credentials.

Even if you bind with model node directly you must create additional Value node for holding all elements at any time as a source of data.

Regards

Kalyan

Former Member
0 Kudos

Hi check this

Edited by: tulasi palnati on Jul 8, 2008 7:39 AM