Guillaume Bonnaire
Guillaume Bonnaire
Hi, Currently it's no possible to defined separator on dropdown component of jsuites. You need use a custom editor with an other dropdown component
Hi, On JExcel Pro you can use this plugin for make copy/paste like Excel : Available on https://repo.gbonnaire.fr/product/jexcel-plugin-copypaste-advanced or https://github.com/Guillaume-Bo/jexcel-plugins-and-editors/tree/master/plugins/copypaste_advanced
Hi, Same question with an example here : https://github.com/jspreadsheet/jexcel/issues/1241 #1241
Can you create a JSFiddle for reproduct error ? i have tried but not success for reproduct your behavior
i fail to reproduct your bug. What do you use as a browser ? You navigate only top / down or left / right ?
Yes, i see a problem, is just bad cursor position. When i have time, i make a PR for fix that. Maybe @pphod have already fix that.
autonumber is only up->down (same column). for horizontal scroll, you can use formula in I1 : `=H1+1`
no you should make a custom contextmenu with function hideColumn(x)
It's a good idea, but maybe @pphod has already plan that. I lets paul answer to this post 😉
Hi, Have you try event : oncopy(el, rowsName, dataHash) and onbeforepaste(el, data, x, y) ? in dev use console.log(arguments) for show behavior argument in this event