pgadmin4/web/pgadmin/static/js/slickgrid
Surinder Kumar 4566877188 Handle NULL booleans in the data editor. Fixes #1790 2017-02-05 11:06:48 +01: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 Handle NULL booleans in the data editor. Fixes #1790 2017-02-05 11:06:48 +01:00
slick.pgadmin.formatters.js Handle NULL booleans in the data editor. Fixes #1790 2017-02-05 11:06:48 +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.