Skip to content

Instantly share code, notes, and snippets.

@rikyperdana
Created August 25, 2019 01:56
Show Gist options
  • Save rikyperdana/ccbe8aa7c65cca7ef41d03a19cf400c4 to your computer and use it in GitHub Desktop.
Save rikyperdana/ccbe8aa7c65cca7ef41d03a19cf400c4 to your computer and use it in GitHub Desktop.
m.render(document.body, m('table', m('thead', m('tr', m('th', 'Kolom1'))), m('tbody', m('tr', m('td', 'baris1')))));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment