Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test example (namedtuples) doesn't actually work #30

Open
twavv opened this issue Oct 29, 2019 · 1 comment
Open

Test example (namedtuples) doesn't actually work #30

twavv opened this issue Oct 29, 2019 · 1 comment

Comments

@twavv
Copy link

twavv commented Oct 29, 2019

Example includes something like this:

showtable([
    (a=1, b=2),
    (c=3, b=4),
])

Results in error in console:

Uncaught TypeError: e.cacheParams.datasource.getRows is not a function

This works though:

using RDatasets
using TableView
showtable(dataset("mlmRev", "Hsb82"))
@twavv twavv changed the title Example doesn't work Readme example doesn't work Oct 29, 2019
@twavv twavv changed the title Readme example doesn't work Test example (namedtuples) doesn't actually work Oct 29, 2019
@pfitzseb
Copy link
Member

I can't repro this:
image

What versions of TableView and WebIO are you running? Can you try re-building TableView to make sure you're on the right version of ag-grid?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants