1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-10 18:36:43 +02:00

Merge pull request #1 from koalyptus/develop

Develop
This commit is contained in:
koalyptus 2014-09-24 17:13:03 +10:00
commit 8506700926
2 changed files with 589 additions and 407 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<link href="filtergrid.css"> <title>HTML Table Filter Generator</title>
</head> </head>
<body> <body>
<table id="demo" cellpadding="0" cellspacing="0"> <table id="demo" cellpadding="0" cellspacing="0">
@ -68,8 +68,9 @@
<script type="text/javascript" src="tablefilter_all.js"></script> <script type="text/javascript" src="tablefilter_all.js"></script>
<script> <script>
var tf = setFilterGrid("demo", { var tf = setFilterGrid("demo", {
base_path: '', base_path: './',
enable_default_theme: true enable_default_theme: true,
paging: true
}); });
</script> </script>
</body> </body>

File diff suppressed because it is too large Load diff