html: Pop up tooltip with table notes in output.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 27 Dec 2020 01:54:56 +0000 (17:54 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 27 Dec 2020 01:55:48 +0000 (17:55 -0800)
commite804300543c1c37393cb6d777e8a2f05686ff2cb
tree058170d12420b8a584c21f26b26058b12e297e87
parent56a9bab76d340530048bf0dea1e858701299fa29
html: Pop up tooltip with table notes in output.

I can't see how to do this for ODP or PDF output.  (PDF supports tooltips
but Cairo doesn't expose the feature; ODP doesn't seem to support it at
all.)
src/output/ascii.c
src/output/html.c
src/output/pivot-output.c
src/output/pivot-table.h
src/output/table-item.c
src/output/table-item.h
src/output/text-item.c
tests/output/render-test.c