fin-hypergrid / core

A canvas-based super high performant grid renderer API
MIT License
895 stars 145 forks source link

Online demo not working #73

Closed joshmyzie2 closed 8 years ago

joshmyzie2 commented 8 years ago

I've tried the online demo in the latest version of Firefox and Chrome on Windows 7 with 32-bit kdb+ running the sorttable.q script, but after refreshing the page, I'm not seeing anything load.

There are a couple errors in the console about missing JS files:

untitled

snackycracky commented 8 years ago

+1 pitched your table on Thursday and had the same issue. The pitch was fine anyways ;)

joshmyzie2 commented 8 years ago

Here are the errors in Chrome:

untitled2

I don't know anything about javascript or web development, so don't know how to fix this, but looks like just some broken links.

snackycracky commented 8 years ago

currently they are working on the feature/big-refactor branch and removing polymer.

joshmyzie2 commented 8 years ago

@snackycracky Ah ok, thanks. I'll give it another try in a few days then.

stevewirts commented 8 years ago

we will fix the main branch today, this should be working

On Mon, Nov 30, 2015 at 4:47 AM, Nils Petersohn notifications@github.com wrote:

currently they are working on the feature/big-refactor branch and removing polymer.

— Reply to this email directly or view it on GitHub https://github.com/openfin/fin-hypergrid/issues/73#issuecomment-160577270 .

stevewirts commented 8 years ago

this is fixed

On Mon, Nov 30, 2015 at 4:48 AM, joshmyzie2 notifications@github.com wrote:

@snackycracky https://github.com/snackycracky Ah ok, thanks. I'll give it another try in a few days then.

— Reply to this email directly or view it on GitHub https://github.com/openfin/fin-hypergrid/issues/73#issuecomment-160577603 .

joshmyzie2 commented 8 years ago

@stevewirts Thanks, the main demos are now working.

I just had to change .j.c to .j.k in the q script. I'm guessing you had defined a custom JSON function?

stevewirts commented 8 years ago

The name changed between versions of Q I think

On Mon, Nov 30, 2015 at 12:52 PM, joshmyzie2 notifications@github.com wrote:

@stevewirts https://github.com/stevewirts Thanks, the main demos are now working.

I just had to change .j.c to .j.k in the q script. I'm guessing you had defined a custom JSON function?

— Reply to this email directly or view it on GitHub https://github.com/openfin/fin-hypergrid/issues/73#issuecomment-160705252 .