Skip to content

Instantly share code, notes, and snippets.

@ebellinger
ebellinger / Datatable Test
Last active February 14, 2019 16:08
A dynamic datatable using AngularJS and Twitter Bootstrap
<!DOCTYPE html>
<html lang="en" ng-app>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>DataTable Test</title>
<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.2.2/css/bootstrap.min.css" rel="stylesheet">
<style type="text/css">