Hi! I need to generate some HTML code in my app, b...
# server
n
Hi! I need to generate some HTML code in my app, but I don't need to make it a fully-featured page, i.e. I only need some
<table>
elements with data in them. How can I achieve that with
kotlinx
without generating the full proper HTML structure with
<html>
and
<body>
?