I want to use jidesoft’s pivotgrid for my application.But I wonder if this component supports exporting excel,csv,pdf and printing utilities.I searced jidesoft website, but I didn’t find anything.
Could anyone help experienced with this component?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Having looked at the feature list it obviously does not:
1, It would be advertised, because these features are business values that should be well advertised
2, It would be a complete misunderstanding of Swing component concept if such features would go into a Swing component. All it should give you is access to its underlying data model and a different component should deal with any data transformation.
You could make these transformations quite easily with Java libraries: