Ben McIntyre

Results 308 comments of Ben McIntyre

You should ask usage questions on StackOverflow. See: http://6pac.github.io/SlickGrid/examples/example-multi-column-sort.html (note that this repo is unmaintained. See https://github.com/6pac/SlickGrid)

You write the comparer to sort on multiple columns. Please ask this question on StackOverflow.

I don't think so. This might be a good optimisation, though. Sorting is quite fast, you might not need it. All happens in the browser. There are a few optimisations...

BTW, use https://github.com/6pac/SlickGrid, this repo is not maintained.

Should be asking this on StackOverflow - this is for bugs only. What you need to do is ```option showHeaderRow: true``` then ```table.setHeaderRowVisibility(false);``` either with manual init or just after...

Hmm, yes, it looks like it has been a bit inconsistent since even before the fork from the MLiebman repo. It is creating the header row when ```showHeader``` is false,...

You might need: https://github.com/mleibman/SlickGrid/wiki/DataView look under: Synchronizing selection & cell CSS styles I'd advise you to use [my repo](https://github.com/6pac/SlickGrid) - this repo is unmaintained.

This repo is unmaintained. You may want to use https://github.com/6pac/SlickGrid instead. Examples of extra features: https://github.com/6pac/SlickGrid/wiki/Examples Select2 Editor Example: http://6pac.github.io/SlickGrid/examples/example-select2-editor.html

I'd like to make the grid better regarding accessibility. If you check out 'files changed', however, you'll notice that nearly the entire ```slick.grid.js``` file is marked as changed. It's probably...

Oh, and whoops, this repo is no longer active. I can't approve the pull here. You'll have to go over to [my repo](https://github.com/6pac/SlickGrid) which is the current active branch anyway....