[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Using external javascript files

Hi,
I was wondering if it's possible in BIRT to make client-side sortable tables using external .js scripts, like tablesort.js . http://tetlaw.id.au/upload/dev/sortabletable/


All the script needs is to add an attribute to the table:
<table class="sortable scroll">
and import tablesort.js file into the html code of the report.

If it's possible, where do I put declaration of external .js file how to make additional table attributes?

Rafal