File: index.html

Recommend this page to a friend!
  Classes of Danish Satti   jQuery Editable Table   index.html   Download  
File: index.html
Role: Example script
Content type: text/plain
Description: Example page
Class: jQuery Editable Table
Make HTML table have editable values
Author: By
Last change: JQuery Editable Table
Date: 2 years ago
Size: 1,115 bytes
 

Contents

Class file image Download
<!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>