Closed retronav closed 3 years ago
This PR adds a footer parameter to out.Table which can be used to render footers in tables. Currently, all calls to out.Table have an additional nil argument where footer is not required. This PR is necessary for upcoming one for #58.
footer
out.Table
nil
P.S This time, everything is OK 😉(#76)!
This PR adds a
footer
parameter toout.Table
which can be used to render footers in tables. Currently, all calls toout.Table
have an additionalnil
argument where footer is not required. This PR is necessary for upcoming one for #58.P.S This time, everything is OK 😉(#76)!