Re: [pgadmin-hackers] SlickGrid

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: [pgadmin-hackers] SlickGrid
Дата
Msg-id CA+OCxozrW7snQ0oTe0CPBeiAKUChXNDVn-hjGCO3V5c74Arrpw@mail.gmail.com
обсуждение исходный текст
Ответ на [pgadmin-hackers] SlickGrid  (Sarah McAlear <smcalear@pivotal.io>)
Ответы Re: [pgadmin-hackers] SlickGrid  (Atira Odhner <aodhner@pivotal.io>)
Список pgadmin-hackers
Hi

On Mon, Feb 13, 2017 at 10:47 PM, Sarah McAlear <smcalear@pivotal.io> wrote:
> Hi Hackers,
>
> We saw a story about transferring query results to SlickGrid on Redmine
> (https://redmine.postgresql.org/issues/2036). We are considering more
> selection options (in addition to by-row) within the results display, which
> got us wondering about the use of SlickGrid.
>
> It appears that SlickGrid hasn't been maintained in roughly 3 years. What is
> the plan going forward with this library? There does seem to be a fork
> https://github.com/6pac/SlickGrid/tree/2.3.4 that is still maintained.

That's the version we use.

> For this and perhaps other js dependencies, would pulling it in via npm be
> an option?

No - we never rely on the availability of third party sites,
especially not commercial ones. More importantly, we a) want to know
we have stable code in our tree (we don't want users running with
random versions that we may not have tested yet), and b) on very rare
occasions we may modify our copies of the code - which is always a
last resort that is documented, and where appropriate, with a patch
sent upstream.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Sarah McAlear
Дата:
Сообщение: [pgadmin-hackers] SlickGrid
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] Feature Suggestions