parent
71e6c1b1c3
commit
cd4f56c64c
|
|
@ -160,8 +160,8 @@ class Table extends WidgetBase
|
|||
* Converts the columns associative array to a regular array and translates column headers and drop-down options.
|
||||
* Working with regular arrays is much faster in JavaScript.
|
||||
* References:
|
||||
* - http://www.smashingmagazine.com/2012/11/05/writing-fast-memory-efficient-javascript/
|
||||
* - http://jsperf.com/performance-of-array-vs-object/3
|
||||
* - https://www.smashingmagazine.com/2012/11/05/writing-fast-memory-efficient-javascript/
|
||||
* - https://jsperf.com/performance-of-array-vs-object/3
|
||||
*/
|
||||
protected function prepareColumnsArray()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue