Skip to content
Advertisement

Tag: slickgrid

Slickgrid keydown issue when pasting from Excel

I am using Slickgrid and I want to be able to copy and paste from Excel. The sample I have found allows this https://6pac.github.io/SlickGrid/examples/example-excel-compatible-spreadsheet.html however, there is an issue I am experiencing (which can be seen in the example) and I think it is undesirable. I have my cells editable, so basically, I single click into a cell and can

Colspan & rowspan of header for slickgrid

I am just wondering if there is a way to provide colspan/rowspan to header and have multiple header rows. Answer There is a secondary header row that the grid provides. You can use that to do whatever you need to.Check here for more information

Set a default sort column in SlickGrid

I’m using SlickGrid with DataView and I’m trying to set a default sort column on my table. Is there a way to trigger the sort or set an option so the column is sorted on load? Answer On the latest version you could do this: You can also set multiple with setSortColumn*s*

Advertisement