Arash Dalir

Results 12 comments of Arash Dalir

PS: I used `$.contextMenu.menus` to check if the event target is one of the `contextMenu` selectors, partially implementing my first solution, but now there is another issue. I cannot determine...

I know this is not exactly what you are looking for, but there is an options.context which contains the $trigger... might help temporarily...

May I ask if there are any plans on the way to make this possible? this is a much-needed feature which we would love to use as otherwise, the automation...

@ghiscoding technically we have the list of `allColumns` - at least the columnPicker does! but the function which is throwing the exception is an internal `slick.grid` one, which is used...

@ghiscoding @6pac I'd rather work on the`allColumns` solution, especially as it product definitely needs it. Any idea which features might need it, other than column picker and sort?

@ghiscoding I took a more accurate look at how the `setupColumnSort` function, in which this error occurs, works. unfortunately, the functions `getColumns` and `getColumnIndex` do not use the same variable;...

@ghiscoding , @6pac this is a basic solution based on our discussion on #546! I have a fundamental issue with this solution though! if a user updates `columns` by using...

or well, another solution is to add a `setVisibleColumns(columnIds)` function to `slick.grid` which will internally manage the state of `allColumns` and `columns`. in that case, using `setColumns` actually sets both...

> I would say that in any case we want to avoid pushing breaking changes as much as possible because there are thousands of people using the lib and few...

> I've been staying out of this one, mainly because I use my own customised version of the grid, and a different customised DataView that doesn't have a lot of...