Skip to content

This JavaScript Plugin will help you to design your data table and create a search box and also create a drop down selector. You need not write any css or any Javascript functionlaity. Just need to initiate some variable as like you want. Follow the read me file for details

Notifications You must be signed in to change notification settings

farhapartex/Table-Maker-JavaScript-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Table-Maker-JavaScript-Plugin

This JavaScript plugin will help you to design your table and create a search box and also create a drop down selector. You need not write any css or any Javascript functionlaity. Just need to initiate some variable as like you want.

Follow the instruction to use the plugin

Download the file named with "table_maker_JavaScript_plugin". Unzip the file. You will get find a folder which name is table_maker. In this folder you will get two more folder. one is script and another is css. Copy the two folder and keep this two in your project folder and link up with your html file.

Make the mark up of your table by using HTML.Give an id of the table.At the bottom of your html file create script tag and follow the step to initiate the plugin

  • In the script tag wrtite table.id = "table_id_name"; Here replace table_id_name with you table id. Don't forget to use semicole after each line. If you face any problem you can check the demo folder.
  • Next wrtite table.working_function(table.id); Here table.id means the id name of your table which you initiate at the first line.
  • Next wrtite table.showing_row(table.id); Here replace table_id_name with you table id.
  • If you want to show the search box at the top of your table then write table.search_box(table.id);

You can contact with me if you face any problem. Mail address: hasan08sust@gmail.com

About

This JavaScript Plugin will help you to design your data table and create a search box and also create a drop down selector. You need not write any css or any Javascript functionlaity. Just need to initiate some variable as like you want. Follow the read me file for details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published