<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>JQuery Editable Tables</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="src/jquery.editableTable.js"></script>
<script>
</script>
</head>
<body>
<h1 align="center">JQuery Editable Tables</h1>
<p>
JQuery Editable tables is a JQuery based javascript library which turns ordinary HTML tables into editable row. It
allows users to quickly edit records in the table and save the data into database. It requires JQuery, supports but
does not required bootstrap and font-awesome icons and Laravel ErrorBag response for errors.
</p>
<p>
<ul>
<li> <a href="docs/index.html">Click here for more detailed documentation</a> </li>
</ul>
</p>
</body>
</html>
|