Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Column filtering in Tables using a js
dijginew
Hi ,
My requirement is to filter the data in the table. The user clicks on a column title and a pop up should come with text area where the user enters text to filter.
I found a java script which does exactly the same in an html page. But I am not able to integrate that js in my BIRT report. An exception is thrown as "Cannot load the javascript file".
Is there a way in BIRT itself to implement my required behavior. If not then how can I use this external js to achieve this. I just added the java script in resources and in xml it shows as below :
<list-property name="includeScripts">
<property>WebContent/webcontent/birt/ajax/utility/tablefilter.js</property>
</list-property>
Would greatly appreciate if any help is provided. I am newbie to BIRT. So please elaborate your approach.
Thanks!
Find more posts tagged with
Comments
There are no comments yet