-
Notifications
You must be signed in to change notification settings - Fork 179
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
Feature/complex headers #751
base: main
Are you sure you want to change the base?
Commits on Jan 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2b65b74 - Browse repository at this point
Copy the full SHA 2b65b74View commit details -
unminify code to improve readabilitty
(cherry picked from commit 3178277)
Configuration menu - View commit details
-
Copy full SHA for a8ba0e2 - Browse repository at this point
Copy the full SHA a8ba0e2View commit details
Commits on Jan 4, 2020
-
According to rstudio#418, improve dataTables.buttons.min.js, mimickin…
…g with minor adjustments changes from https://github.com/chrisvwn/DT/blob/master/inst/htmlwidgets/lib/datatables-extensions/Buttons/js/dataTables.buttons.min.js, which is inpired by https://datatables.net/forums/discussion/comment/106434/#Comment_106434 This prepares the dataTables.buttons.min.js to handle multiple row headers. Without further adjustments this change actually create problems for all output functions, which expect a single row header instead of an array.
Configuration menu - View commit details
-
Copy full SHA for ed15f2f - Browse repository at this point
Copy the full SHA ed15f2fView commit details
Commits on Jan 5, 2020
-
Building on commit ed15f2f, process the output functions for csvHtml5…
… and copyHtml5, allowing it to read multiple row headers
Configuration menu - View commit details
-
Copy full SHA for ae44b9e - Browse repository at this point
Copy the full SHA ae44b9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35a7e34 - Browse repository at this point
Copy the full SHA 35a7e34View commit details -
According to rstudio#418, improve buttons.print.min.js, with minor ad…
…justments to what is suggested. This alloes the output function 'Print' to handle multiple row headers
Configuration menu - View commit details
-
Copy full SHA for 8e9357c - Browse repository at this point
Copy the full SHA 8e9357cView commit details -
According to rstudio#418, improve buttons.html5.min.js. This builds o…
…n commit ed15f2f allowing the outputfunction pdfHtml5 to print pdf with multi-row headers
Configuration menu - View commit details
-
Copy full SHA for bfa1548 - Browse repository at this point
Copy the full SHA bfa1548View commit details -
According to rstudio#418, improve buttons.html5.min.js. This builds o…
…n commit ed15f2f improves the outputfunction excelHtml5 to export excel files with multi-row headers, without the merges. On top of what is described rstudio#418, it makes other modifications needed to match the latest rstudio/DT version.
Configuration menu - View commit details
-
Copy full SHA for 6b56d58 - Browse repository at this point
Copy the full SHA 6b56d58View commit details
Commits on Jan 6, 2020
-
According to rstudio#418, improve buttons.html5.min.js. This builds o…
…n commit 6b56d58 and process the col/row span information to merge the cells at the excel output via the function excelHtml5
Configuration menu - View commit details
-
Copy full SHA for f7742c0 - Browse repository at this point
Copy the full SHA f7742c0View commit details -
Addresses rstudio#418. This update refactors and improve the code int…
…roduced on ed15f2f. Here the main improvements are: * It includes all headers, including the ones which are hidden using colvis, for example. This if done via using aoHeader instead of nThead, and then using the cellIndex property instead of the colspan of the shown table on screen. * After extracting a complete rawHeaderMatrix, it process it to remove hidden columns and format the content. (similar to the original single row header code)
Configuration menu - View commit details
-
Copy full SHA for 890094d - Browse repository at this point
Copy the full SHA 890094dView commit details
Commits on Jan 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9919a70 - Browse repository at this point
Copy the full SHA 9919a70View commit details
Commits on Jan 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5380305 - Browse repository at this point
Copy the full SHA 5380305View commit details
Commits on Jan 27, 2020
-
Improves commit 890094d fixing an issue that would happen when colvis…
… is applied, and the cellIndex are all negative
Configuration menu - View commit details
-
Copy full SHA for 6b16ce3 - Browse repository at this point
Copy the full SHA 6b16ce3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17232b8 - Browse repository at this point
Copy the full SHA 17232b8View commit details
Commits on Feb 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1ba1e98 - Browse repository at this point
Copy the full SHA 1ba1e98View commit details