i gathering data and once the data is available it shouls fill's
the content of the table component.

the function update the data in this table. for that its supports an
internal
method:

Content change(changeCont function)
You can dinamicaly change content of Tigra Tables PRO table. Use a
changeCont(name,rows) method of Tigra Table PRO object instance with
the following parameters:

name - name of content array which you want to load.
rows - rows per page for new content. If parameter rows equal zero then
result table will be shown on single page.
If myTTP is a reference to certain table instance a sample code to
perform content changing of 2-nd (zero-based) table column in
descending order when clicking a link will look so:

<a href="#" onclick="myTTP.changeCont('TABLE_CONTENT2', 4);return
false;">Load content from TABLE_CONTENT2 array and set rows per page to
4</a>
"return false;" code is included above just to prevent following the
link.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to