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

HTML table does not correctly display entirely blank rows #314

Closed
simonw opened this issue Jun 17, 2018 · 1 comment
Closed

HTML table does not correctly display entirely blank rows #314

simonw opened this issue Jun 17, 2018 · 1 comment
Labels
bug minor Minor bugs (not high priority)
Milestone

Comments

@simonw
Copy link
Owner

simonw commented Jun 17, 2018

https://958b75c.datasette.io/fixtures-35b6eb6/simple_view

2018-06-17 at 2 56 pm

https://958b75c.datasette.io/fixtures-35b6eb6/simple_view.json shows the underlying data:

  "rows": [
    [
      "hello",
      "HELLO"
    ],
    [
      "world",
      "WORLD"
    ],
    [
      "",
      ""
    ]
  ]
@simonw simonw added bug minor Minor bugs (not high priority) labels Jun 17, 2018
@simonw simonw added this to the 0.23.1 milestone Jun 20, 2018
@simonw simonw closed this as completed in e843ce2 Jun 21, 2018
@simonw
Copy link
Owner Author

simonw commented Jun 21, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug minor Minor bugs (not high priority)
Projects
None yet
Development

No branches or pull requests

1 participant