Skip to main content
Deno 2 is finally here 🎉️
Learn more

HTML-TABLE

Html-table will help you generate html table based on data object stored on javascript array.

Usage

import {table} from 'mod.js'
const table-Element = table(data)

Feature

  • Table can be sorted or ranked.
  • Table can have pagination on the bottom, maximum row by default are 25.
  • Table style is beautifull, different odd and even row color, white border.