Skip to content

Instantly share code, notes, and snippets.

@eddiemac1902
eddiemac1902 / fiddle.css
Created March 20, 2018 11:52 — forked from anonymous/fiddle.css
Rowgroup subtotal and total (source: http://jsfiddle.net/X5LB9/)
.dataTables_scrollBody thead{
visibility:hidden;
}
.group{
background-color:#333!important;
font-size:11px;
color:#fff!important;
opacity:0.7;
}
@eddiemac1902
eddiemac1902 / dynamicPagRepeatAngular.html
Created February 12, 2018 10:10 — forked from kmaida/dynamicPagRepeatAngular.html
AngularJS - Dynamic pagination on ng-repeat with search/filtering. Use with ui.bootstrap
<!DOCTYPE HTML>
<html lang="en" ng-app="myApp">
<head>
<meta charset="utf-8">
<title>Dynamic Pagination w/ Filtering</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Kim Maida">
<!-- JS Libraries -->