티스토리 뷰
bwsewell-tablecloth-v1.0.0-0-g4c457a1.zip
간단한 테이블 스타일링
Jquery 와 CSS를 이용한 간단한 테이블 스타일링.
기본 테마를 몇가지 갖추고 있어서 간단하게 스타일잡기에 좋은듯..
We've all been there. Either you're redesigning a large site or working on a completely new one... styling tables is typically tedious and time-consuming. If you'd rather spend your valuable time making the other elements of your site pretty, use tablecloth to do the heavy lifting:
- // Without any customizations
- $("table").tablecloth();
- // With customizations
- $("table").tablecloth({
- theme: "default",
- bordered: true,
- condensed: true,
- striped: true,
- sortable: true,
- clean: true,
- cleanElements: "th td",
- customClass: "my-table"
- });
tablecloth builds off the Twitter Bootstrap. It also includes popular jQuery table manipulation plugins like tablesorter.
Themes
Default Default twitter bootstrap theme
- $("table").tablecloth({ theme: "default" });
First Name | Last Name | Email Address | Hometown |
---|---|---|---|
Johnny | Appleseed | johnny.appleseed@email.com | New York, NY |
Marty | McFly | not.a.chicken@hotmail.com | Hill Valley, CA |
Tucan | Sam | fruity@generalmills.com | - |
Darth | Vader | lord.of.the.sith@deathstar.gov | Tatooine |
Dark Dark version of twitter bootstrap theme
- $("table").tablecloth({ theme: "dark" });
First Name | Last Name | Email Address | Hometown |
---|---|---|---|
Johnny | Appleseed | johnny.appleseed@email.com | New York, NY |
Marty | McFly | not.a.chicken@hotmail.com | Hill Valley, CA |
Tucan | Sam | fruity@generalmills.com | - |
Darth | Vader | lord.of.the.sith@deathstar.gov | Tatooine |
Stats ESPN.com style data tables
- $("table").tablecloth({ theme: "stats" });
2012 MLB Player Leaders for Batting Avg | |||||
---|---|---|---|---|---|
BA | Player | Team | G | H | HR |
.411 | Matt Kemp | Los Angeles Dodgers | 25 | 37 | 12 |
.404 | Derek Jeter | New York Yankees | 25 | 44 | 4 |
.395 | Josh Hamilton | Texas Rangers | 22 | 34 | 9 |
.392 | David Wright | New York Mets | 22 | 31 | 3 |
.391 | David Ortiz | Boston Red Sox | 24 | 36 | 6 |
.388 | Bryan LaHair | Chicago Cubs | 22 | 26 | 7 |
.361 | Ryan Sweeney | Boston Red Sox | 21 | 26 | 0 |
.358 | Jose Altuve | Houston Astros | 24 | 34 | 1 |
.344 | Paul Konerko | Chicago White Sox | 24 | 31 | 5 |
.342 | Robert Andino | Baltimore Orioles | 23 | 27 | 1 |
Paper Notebook paper themed table
- $("table").tablecloth({ theme: "paper" });
Math Vocabulary Words | |
---|---|
Word | Definition |
Absolute Value | Distance of a number from zero on a number line. Since distance is always positive, the absolute value of any number must be positive. Caution: be careful when taking the absolute value of a variable, since you may have several possible correct solutions. |
Acute angle | An angle that measures between 0 and 90 degrees |
Adjacent angles | Two coplanar angles with a common side, a common vertex, and no common interior points |
Roadmap Features we plan on adding
Remove twitter bootstrap | The less third party stuff, the better. You can add the bootstrap in yourself if you'd like. We'll stick to making this work perfectly regardless of whether or not you use the twitter bootstrap. |
Rewrite tablecloth.css with Sass | Sass is pretty sweet. We plan on re-organizing the CSS using Sass as well as providing a nice template to create more themes. |
More themes | More themes are on the way |
Sticky headers | Create an option that allows <head> elements to be sticky to the top of the screen when scrolling through a large table |
Pagination | Create an option that allows large tables with many rows to be paginated |
Searchable | Allow a table to be searchable |
Theme creator | Setup a page where users can create their own themes and export CSS |
'프로그래밍 > Reference' 카테고리의 다른 글
로딩이미지 만들어주는 사이트 (0) | 2012.06.21 |
---|---|
카테고리 별로 기초적인 웹 지식에 대해 정리가 잘 되어 있는사이트 (0) | 2012.05.29 |
로딩이미지 만드는 사이트 http://preloaders.net/ (0) | 2012.04.12 |
Professional and Free HTML5 Website Templates (무료 HTML5 웹사이트 템플릿) (0) | 2012.04.06 |
dynamicdrive Script / CSS Library 자료 많은 사이트 (0) | 2012.04.02 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Mobile
- jQuery Mobile
- JavaScript
- jquery chart
- WebApi
- Chart
- grid
- css3
- MSSQL
- Excel
- 저장프로시저
- CSS
- 자바스크립트
- Ajax
- drag&drop
- WCF
- IE
- jQuery
- JS
- SVG
- 제이쿼리
- rowspan
- html5
- 셀렉터
- Style
- radius
- 프로시저
- ASP.NET
- json
- workbook
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함