On 3/19/2014 4:12 PM, Endi Sukma Dewata wrote:
Currently when a table is refreshed the rows are deleted and
recreated,
which makes the UI appear slow. The process has been changed such that
all rows are created initially, then when the refresh happens, it will
simply overwrite the content of the rows and clear the unused ones.
The Table class has been refactored such that operations such as add,
remove, and open can be overriden by the subclass. It also has been
modified to clear the checkboxes on refresh. The ID columns have been
standardized to use "id" attribute name.
The HTML templates have been modified to use a new CSS class for better
control over formatting and to include a default page number.
Ticet #848
ACKed by Jack. Pushed to master.
--
Endi S. Dewata