Jeff Tillwick

Results 25 issues of Jeff Tillwick

I am experiencing an issue when trying to read an xlsx file from user upload that contains column formulas that have an expression that inserts an empty string into a...

Can you please add support for es6 style import statement. doing: `import ngHandsonTable from "ng-handsontable";` results in an error: > Cannot find module "ng-handsontable"

Enhancement

Why no support for ALC883? Anything I can do with this codec?

When using the enableCellEditOnFocus: true, when editing a cell in the text input, using the arrow keys should navigate between characters, but instead navigates to a different cell. This can...

grid-edit
help wanted

I'm trying to use scrollTo to scroll to a particular row, but it scrolls well past the row I told it to. In fact, the tutorial page on your website...

help wanted

I am using ui-grid in my project and I have a less variable override to set the @bootstrapDirectory to /lib/bootstrap/ This variable override works just fine in my less when...

I have 3 ui-grids on one page with a checkbox for each to disable dragging of that grid. Checking the box to disable dragging disables it for all grids. Re-enable...

bug

Change how setDragDisable works to support multiple grids on one page with different drag settings for each grid.

I have an existing AngularJS app that has a bunch of blockUI calls to block while fetching data from the server. I am currently implementing an elevated permissions system where...

When using on or inside an element with ngRepeat, this can trigger the following error: `Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting!`