-
7 Feb 2013 2:03 AM #1
How to get filtered columns( dataset ) from grid table once button is clicked
How to get filtered columns( dataset ) from grid table once button is clicked
Hi experts , what I want is to know the filtered column name by the user , let say the user filtered column A, B , C .. I want to know the column A filtered by writing Asia as value which is String data typ , Column B filtered by selecting check boxes 'Large' and 'Small' , and Column C filtered by selecting proper date
so I will be having something like this
Column Value
A 'Asia'
B 'large' , 'small'
C '1/12/2012'
please can some one help me
-
7 Feb 2013 7:33 AM #2
Not quite sure what do you want but this example may help you:
http://cdn.sencha.com/ext-4.1.1a-gpl/examples/grid-filtering/grid-filter-local.html
UI: Sencha Architect 2.x / ExtJS 4 MVC
Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
Application Server: Glassfish 3.1.x
Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5
If you like my answer please vote!


Reply With Quote