Hi, Dear Readers.
Today I will explain HOW TO INSTALL TABLESORTER Plugin.
For real, the basic is very easy to install.
In case You need to install also pager, make sure you read also next article: TableSorter Pager plugin tutorial and settings also written by me.
Let's We begin
As usual we will start with data gathering and proceed.
Data Gathering Download the Tablesorter plugin from here: Tablesorter
Download Tablesorter's Default CSS from here: Tablesorter's CSS, later on you can change the look&feel as you wish
And the images used for styling: Here
And here -> ASC Image
And here -> DESC Image
Well, At this point we got all information that we need for beginning with tablesorter plugin. As i told it is very easy and very extendable.
Prepare Data
Place your fresh downloaded images into the images directory and adjust the CSS to point to images and read them.
Place your tablesorter.js into the directory you keep javascript files in (assume js)
Place your css file into css folder (we assume css)
Tablesorter Installation
We assume that we want to setup tablesorter plugin at index.html
We also assume that you have jQuery previously installed on this page.
Place your tablesorter.js into page, we prefer before
Today I will explain HOW TO INSTALL TABLESORTER Plugin.
For real, the basic is very easy to install.
In case You need to install also pager, make sure you read also next article: TableSorter Pager plugin tutorial and settings also written by me.
Let's We begin
As usual we will start with data gathering and proceed.
Data Gathering Download the Tablesorter plugin from here: Tablesorter
Download Tablesorter's Default CSS from here: Tablesorter's CSS, later on you can change the look&feel as you wish
And the images used for styling: Here
And here -> ASC Image
And here -> DESC Image
Well, At this point we got all information that we need for beginning with tablesorter plugin. As i told it is very easy and very extendable.
Prepare Data
Place your fresh downloaded images into the images directory and adjust the CSS to point to images and read them.
Place your tablesorter.js into the directory you keep javascript files in (assume js)
Place your css file into css folder (we assume css)
Tablesorter Installation
We assume that we want to setup tablesorter plugin at index.html
We also assume that you have jQuery previously installed on this page.
Place your tablesorter.js into page, we prefer before