table1 icon indicating copy to clipboard operation
table1 copied to clipboard

moved footnote to after </tbody> in update_html

Open nolankm opened this issue 11 months ago • 0 comments

image

Small tweak to get the footnote to display at the bottom of the table when pasted to a spreadsheet application. Previously the footnote displayed before table body. Screenshot shows results before tweak and after tweak using Microsoft Excel:

table1(~mpg+cyl+disp, 
       data=mtcars,
       footnote='This is a test footnote')

Thank you for the package, I use it all the time, it's fantastic!

nolankm avatar Mar 09 '24 22:03 nolankm