[Partial Done] Hide query-table property heading

A while ago a new flag was added to queries:

#+BEGIN_QUERY
 {:title [:b "title"]
 :query [:find (pull ?b [*])
 :where
 [task ?b #{"LATER"}]
 ]
 :table-view? true
 }
 #+END_QUERY

:table-view can have one of the following values:

  • nil — default, show property button
  • true — table view, hide the button
  • false — regular view, hide the bbutton
4 Likes