When I click sortHead, DataTable set sort column as previous not current clicking column head, Is this correct? What I suppose is click on which column, sorting on that one
On 7/6/06, Anthony Hong <[EMAIL PROTECTED]> wrote:
As javadoc describe that commandSortHeader default immediate="true", If I want to set it to false. I still can not get updated value from page. Anyone who has successful on this component? As for default behavior, I have two column a, b. Each time click column, it will request my backingbean function sort, to sort list for displaying. I click a, it header shows asc, it sorts for previous column name due to immediate attribute=true, I can not get the updated value -- Anthony Hong
-- Anthony Hong

