Libraryless. Click here for Pure Java version (3080L/18K).
1 | sS hSingleRowTable_withSpacing(int spacing default 10, O... elements) {
|
2 | ret tag('table, tr(
|
3 | join("<td width=" + spacing + "></td>",
|
4 | map(f<O, S> td_top, nonNulls(elements))))); |
5 | } |
Began life as a copy of #1011048
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1022548 |
| Snippet name: | hSingleRowTable_withSpacing |
| Eternal ID of this version: | #1022548/3 |
| Text MD5: | f50df205a62a696650ec66f917dea9ac |
| Transpilation MD5: | d508fdb25bbde0dca68e3b73d5c86844 |
| Author: | stefan |
| Category: | javax / html |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-04-18 17:46:09 |
| Source code size: | 193 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 509 / 657 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |