brunobuzzi / SEWAF

Seaside Enterprise Web Application Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SewafTable allways call the same harcoded method to sort a column

brunobuzzi opened this issue · comments

Very difficult to use with multiple tables

SewafAccessibleTable>>sortColumnSelector
(SewafBooleanSelectTable parent: self) sortColumnSelector: #sortUsers:orderMode:
parent perform: sortColumnSelector with: aColumn sortBlock with: #desc