EasyUI Forum

General Category => Bug Report => Topic started by: Juan Antonio Martínez on October 01, 2014, 04:56:40 AM



Title: PATCH: optimizing speed in groupview.js
Post by: Juan Antonio Martínez on October 01, 2014, 04:56:40 AM
This patch makes a bit of otimizing onBeforeRender() method for groupview.js. Instead of iterate group list to check for previous group declaration in every row, uses an associative array and typeof'ng group existence to get group index

Still working in rendering performance
Juan Antonio