pgadmin4/web/pgadmin/static/js/slickgrid
Dave Page 87d4937726 Minimise memory requirements for rendered cells and rows in SlickGrid. Fixes #2035
- The CSS class 'slick-row' has been renamed to 'sr'

- The CSS class 'slick-cell' has been renamed to 'sc'

- The SQL Editor included an unused 'normal_row' class on each row which has been removed as it was unreferenced in the code or CSS.

The intent of these changes is to minimise memory usage by the grid, by saving a few bytes per row/cell.
It's questionable how much difference this actually makes given that SlickGrid updates the document so it
only includes the visible rows on the fly, but every little helps.
2016-12-22 17:43:42 +00:00
..
controls SlickGrid Integration in to query tool. Fixes #1618 2016-08-29 20:17:01 +05:30
plugins SlickGrid Integration in to query tool. Fixes #1618 2016-08-29 20:17:01 +05:30
README Minimise memory requirements for rendered cells and rows in SlickGrid. Fixes #2035 2016-12-22 17:43:42 +00:00
slick.core.js SlickGrid Integration in to query tool. Fixes #1618 2016-08-29 20:17:01 +05:30
slick.dataview.js SlickGrid Integration in to query tool. Fixes #1618 2016-08-29 20:17:01 +05:30
slick.editors.js SlickGrid Integration in to query tool. Fixes #1618 2016-08-29 20:17:01 +05:30
slick.formatters.js SlickGrid Integration in to query tool. Fixes #1618 2016-08-29 20:17:01 +05:30
slick.grid.js Minimise memory requirements for rendered cells and rows in SlickGrid. Fixes #2035 2016-12-22 17:43:42 +00:00
slick.pgadmin.editors.js Fix button label and colour 2016-09-26 16:10:00 +01:00
slick.pgadmin.formatters.js Handle nested JSON correctly in SlickGrid. Fixes #1713. Fixes #1404 2016-09-21 13:43:27 +01:00

README

WARNING!!

The following changes have been made to SlickGrid. These must be re-applied if updating the code from upstream!

- The CSS class 'slick-row' has been renamed to 'sr'

- The CSS class 'slick-cell' has been renamed to 'sc'

The intent of these changes is to minimise memory usage by the grid, by saving a few bytes per row/cell.