-
Hi,
The function **getColumnCssRules** under **slick.grid.js** not able to fill the object **_columnCssRulesL[idx]_** and **_columnCssRulesL[idx]_** so returning **left** and **right** as a **_un…
-
When a view has a big object displayed in the JSON object editor (= heavy dom), updating slick grid becomes very slow. The functions using jquery in slickgrid become very slow. Don't understand why it…
-
Is there any way SlickGrid can be enabled for the column reordering on the touch devices? Currently on ipad if I try to drag it selects the text instead of dragging the column.
-
This is the funtion i wrote for slickgrid numeric sorting. but this is not working properly what is wrong in this
function comparer(a, b) {
var x = (isNaN(a[sortcol]) || a[sortcol] === "" ||…
-
I seem to have encountered a memory leak issue while using the SlickGrid.
I read the other Issues regarding a memory leak, but was not so sure if it was the same issue with me, so I decided to make a…
-
I'm trying to implement 3 click sorting for slickgrid and i am trying to achieve this by subscribing to **onHeaderClick** event and keeping track of the number of click so i can implement ascending, d…
-
Hi, I installed bokehjs module on vuejs:
- Installed BokehJS 2.4.3 using npm install @bokeh/bokehjs@2.4.3
- In the module where I want to embed the Bokeh plot: import { embed } from '@bokeh/boke…
-
### Clear and concise description of the problem
Hi there,
I'm wondering if there's any possibility of adding a Pivot Table to Slickgrid ? Or if one exists already? I noticed [this old thread](htt…
-
-
As part of https://github.com/onaio/zebra/issues/2635#issuecomment-151056494