Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,027

HOME > บทความจากสมาชิก > jQuery Tablesorter สร้างตาราง Table และมุมมองการจัดเรียง (Sort) จาก Column ของ Header แบบง่าย ๆ



 
Clound SSD Virtual Server

jQuery Tablesorter สร้างตาราง Table และมุมมองการจัดเรียง (Sort) จาก Column ของ Header แบบง่าย ๆ

jQuery Tablesorter สร้างตาราง Table และมุมมองการจัดเรียง (Sort) จาก Column ของ Header แบบง่าย ๆ เป็น Plugin ของ jQuery UI ที่สามารถ Download และใช้งานกันได้ฟรี ใช้สร้าง Table Sorter ที่แสดงข้อมูลในตาราง Table และสามารถคลิกที่ หัวหรือ Header เพื่อจัดเรียงข้อมูล สามารถสลับรูปแบบเป็นแบบ ASC , DESC โดยการคลิกที่ Header ของ Column นั้น ๆ

jQuery Tablesorter

jQuery Tablesorter


การใช้งานนั้นจะต้องบอกว่ายอดเยี่ยมและใช้งานได้ง่ายมาก เพราะเพียงแค่สร้าง Table ปกติ จากนั้นก็เรียกใช้ Library ของ Tablesorter ก็จะมีการจัดเรียงข้อมูลให้อัตโนมัติ สามารถใช้งานได้ทั้งเป็นแบบ Static table และ Dynamic table ที่แสดงผลข้อมูลในรูปแบบของ Ajax

Download Scripts ได้จากที่นี่
http://tablesorter.com/docs/

หลังจากที่ Download เรียบร้อยแล้วไฟล์ที่เราจะใช้มีอยู่ 2 ไฟล์คือ

<script type="text/javascript" src="/path/to/jquery-latest.js"></script> 
<script type="text/javascript" src="/path/to/jquery.tablesorter.js"></script> 

จากนั้นก็เรียกใช้ Tablesorter ด้วยคำสั่ง

<script type="text/javascript">
	$(document).ready(function() { 
		$("#myTable").tablesorter(); 
	}); 
</script>


Example ตัวอย่างการใช้งานแบบง่าย ๆ

<html>
<head>
<title>ThaiCreate.Com</title>
<script type="text/javascript" src="jquery-latest.js"></script> 
<script type="text/javascript" src="jquery.tablesorter.js"></script> 
<link href="themes/blue/style.css" rel="stylesheet" type="text/css">
</head>
<script type="text/javascript">
	$(document).ready(function() { 
		$("#myTable").tablesorter(); 
	}); 
</script>
<body>

<table id="myTable" class="tablesorter"> 
<thead> 
<tr> 
    <th>Last Name</th> 
    <th>First Name</th> 
    <th>Email</th> 
    <th>Due</th> 
    <th>Web Site</th> 
</tr> 
</thead> 
<tbody> 
<tr> 
    <td>Smith</td> 
    <td>John</td> 
    <td>[email protected]</td> 
    <td>$50.00</td> 
    <td>http://www.jsmith.com</td> 
</tr> 
<tr> 
    <td>Bach</td> 
    <td>Frank</td> 
    <td>[email protected]</td> 
    <td>$50.00</td> 
    <td>http://www.frank.com</td> 
</tr> 
<tr> 
    <td>Doe</td> 
    <td>Jason</td> 
    <td>[email protected]</td> 
    <td>$100.00</td> 
    <td>http://www.jdoe.com</td> 
</tr> 
<tr> 
    <td>Conway</td> 
    <td>Tim</td> 
    <td>[email protected]</td> 
    <td>$50.00</td> 
    <td>http://www.timconway.com</td> 
</tr> 
</tbody> 
</table> 

</body>
</html>


Screenshot

jQuery Tablesorter

คลิกที่ Header เพื่อจัดเรียงแบบ ASC

jQuery Tablesorter

และเมื่อคลิกอีกครั้งจะสลับเป็นแบบ DESC







.


   
Share
Bookmark.   

  By : TC Admin
  Article : บทความเป็นการเขียนโดยสมาชิก หากมีปัญหาเรื่องลิขสิทธิ์ กรุณาแจ้งให้ทาง webmaster ทราบด้วยครับ
  Score Rating :
  Create Date : 2013-09-24
  Download : No files
Sponsored Links
ThaiCreate.Com Forum


Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools

สอน PHP ผ่าน Youtube ฟรี
สอน Android การเขียนโปรแกรม Android
สอน Windows Phone การเขียนโปรแกรม Windows Phone 7 และ 8
สอน iOS การเขียนโปรแกรม iPhone, iPad
สอน Java การเขียนโปรแกรม ภาษา Java
สอน Java GUI การเขียนโปรแกรม ภาษา Java GUI
สอน JSP การเขียนโปรแกรม ภาษา Java
สอน jQuery การเขียนโปรแกรม ภาษา jQuery
สอน .Net การเขียนโปรแกรม ภาษา .Net
Free Tutorial
สอน Google Maps Api
สอน Windows Service
สอน Entity Framework
สอน Android
สอน Java เขียน Java
Java GUI Swing
สอน JSP (Web App)
iOS (iPhone,iPad)
Windows Phone
Windows Azure
Windows Store
Laravel Framework
Yii PHP Framework
สอน jQuery
สอน jQuery กับ Ajax
สอน PHP OOP (Vdo)
Ajax Tutorials
SQL Tutorials
สอน SQL (Part 2)
JavaScript Tutorial
Javascript Tips
VBScript Tutorial
VBScript Validation
Microsoft Access
MySQL Tutorials
-- Stored Procedure
MariaDB Database
SQL Server Tutorial
SQL Server 2005
SQL Server 2008
SQL Server 2012
-- Stored Procedure
Oracle Database
-- Stored Procedure
SVN (Subversion)
แนวทางการทำ SEO
ปรับแต่งเว็บให้โหลดเร็ว


Hit Link
   







Load balance : Server 03
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่