- 06 Jan, 2021 2 commits
-
-
Nicola Spanti authored
-
Nicola Spanti authored
- the ".spec" file was removed by a947cf2aa720 - "tox.ini" was added by ff38b7825e39
-
- 05 Jan, 2021 1 commit
-
-
Nicola Spanti authored
-
- 23 Dec, 2020 1 commit
-
-
Nicola Spanti authored
-
- 18 Dec, 2020 1 commit
-
-
Nicola Spanti authored
- It seemed now useless. - It semmed to be for 1.1 and Python.
-
- 22 Dec, 2020 2 commits
-
-
Nicola Spanti authored
-
Nicola Spanti authored
-
- 18 Dec, 2020 1 commit
-
-
Nicola Spanti authored
-
- 25 Sep, 2020 1 commit
-
-
Laurent Peuch authored
-
- 21 Sep, 2018 2 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 27 Aug, 2018 3 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
We require 3.23 since previous changeset.
-
Denis Laxalde authored
Copy/edit setup.py and __pkginfo__.py files from CubicWeb 3.23 skeleton.
-
- 15 Sep, 2016 3 commits
-
-
Katia Saurfelt authored
-
David Douard authored
-
Katia Saurfelt authored
-
- 12 Sep, 2016 1 commit
-
-
Katia Saurfelt authored
-
- 02 Sep, 2016 1 commit
-
-
Katia Saurfelt authored
closes #15216965
-
- 01 Sep, 2016 3 commits
-
-
Katia Saurfelt authored
-
Katia Saurfelt authored
-
Katia Saurfelt authored
-
- 16 Feb, 2015 9 commits
-
-
Alain Leufroy authored
Added tag cubicweb-slickgrid-version-1.0.0, cubicweb-slickgrid-debian-version-1.0.0-1, cubicweb-slickgrid-centos-version-1.0.0-1 for changeset 902cdc67ceb7
-
Alain Leufroy authored
-
Florent Cayré authored
-
Florent Cayré authored
-
Florent Cayré authored
-
Alain Leufroy authored
-
Alain Leufroy authored
We stick to the "new-table" way of specifying options.
-
Alain Leufroy authored
-
Alain Leufroy authored
-
- 23 Oct, 2014 1 commit
-
-
Rémi Cardona authored
The grid object may be needed by thirdparty code, for example to refresh the canvas.
-
- 22 Oct, 2014 1 commit
-
-
Alain Leufroy authored
-
- 17 Oct, 2014 1 commit
-
-
Alain Leufroy authored
The cell renderers may add js at page onload. This js may require that the dom is populated which occures once the slickgrid renderer is called (at onload). We have to synchromously execute these js after the dom is populated by slickgrid.
-
- 14 Oct, 2014 6 commits
-
-
Alain Leufroy authored
we put the whole SlickGrid sources in a dedicated directory, so updating SlickGrid will be easier.
-
Alain Leufroy authored
-
Alain Leufroy authored
-
Alain Leufroy authored
NOTE: the original source has been modified The content of the `.name` attribute of the header is set by CW as html content (see views.py). The `.name` is uses as the rendered table header by slick.grid.js using `.html(...)` which render well the html content. But slick.columnpicker.js adds the `.name` of the header in the menu using `.text(...)` which does not interprets the html. The cset make the code more consistent.
-
Alain Leufroy authored
We use the columnpicker plugin from slickgrid which add a right click menu allowing the user to choose the displayed columns.
-
Alain Leufroy authored
-