home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 701697918

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/981#issuecomment-701697918 https://api.github.com/repos/simonw/datasette/issues/981 701697918 MDEyOklzc3VlQ29tbWVudDcwMTY5NzkxOA== 9599 2020-09-30T23:24:14Z 2020-09-30T23:25:28Z OWNER

I could provide the "Show non-blank values" option only for columns where there are blank values visible on the current page.

This could be a bit confusing though, since the absence of that option could suggest that there are no blank values at all when that's actually not true.

One option: run a separate fetch() call that figures out if any of the columns contain blank values, which gets a bit of extra time to execute. Only show the "Show non-blank values" option in the menu once that has returned.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
711627628  
Powered by Datasette · Queries took 4.023ms · About: github-to-sqlite