Default Bootstrap Custom Theme Hardcoded Data

Live Demo - Custom Theme

Paste any JSON array below and click Render Table to see a fully interactive table - sortable, searchable, and paginated. No libraries required on your page.

Custom Theme - override CSS variables after the stylesheet link to restyle. CSS added to this page:
:root {
  --jtm-accent:       #198754;
  --jtm-border:       #a3cfbb;
  --jtm-header-bg:    #198754;
  --jtm-stripe-bg:    #f0faf5;
  --jtm-hover-bg:     #a3cfbb;
  --jtm-highlight-bg: #d1fae5;
}
.jtm-table thead th { color: #fff; } /* header text - not covered by a variable */
Must be an array of objects [ {…}, {…} ]
Output - click a row to see its data below the table

Paste a JSON array above and click Render Table.