Skip to content

Inspired by dataTables, this is a template driven, searchable, sortable, responsive grid.

Notifications You must be signed in to change notification settings

moridianmess/dataTemplates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dataTemplates

Inspired by dataTables, this is a template driven, searchable, sortable, responsive grid.

Full Documentation and examples are available at moridiweb.com.

By default ajaxExtend is required for JSON calls, I will be adding an override for this shortly.

By default templateEngine is required for loading the design, I will be adding an override for this shortly.

<script src="template.js"></script>
<script src="jQuery.ajaxExtend.js"></script>
<script src="jQuery.dataTemplates.js"></script>
<link type="text/css" rel="stylesheet" href="dataTemplates.css" />
<div id="dt1" title="Title" class="dataTemplates">
</div>
$('#dt1').dataTemplates({
	"ajax": {
		"optionsUrl": "templates/json/dataTemplatesOptions.json",
		"url": "/templates/json/data.json"
	},
	templateDir: "templates/"
});

About

Inspired by dataTables, this is a template driven, searchable, sortable, responsive grid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published