Submit your widget
18
Yays

Lightweight jQuery table sorter plugin

Views 5172   downloads 1436   Table

JQuery Sortr A smart, minimal, clean jQuery table sorter that autodetects most content. Usage $("#my_table").sortr(); Options Column Detection & Default Direction Sortr detects the content…

36
Yays

SlimTable - jQuery plugin for creates sortable table

Views 9165   downloads 3013   Table

  SlimTable SlimTable is a plugin for jQuery, which creates sortable and pageable tables from existing table data. Plugin is quite lightweight, as it only takes 4kB when minified (2kB gzipped). Official…

26
Yays

SortedList is a jQuery plugin to sort a list of DOM elements (table li)

Views 4084   downloads 1045   Table

SortedList is a jQuery plugin to sort a list of DOM elements the way you want. Think about LI, TR, OPTION and even DIVS. Sorting with table rows Click on the table header to sort on that column, a second…

36
Yays

jQuery nice Filterable plugin

Views 10694   downloads 2365   Table

Bootstrap and X-editable themed jQuery plugin that preforms per-column filtering for an HTML table. Options   ignoreColumns Column indexes to not make filterable Type: Array…

35
Yays

jQuery Useful freeze header row in table plugin

Views 11001   downloads 2742   Table

This is a simple jquery plugin to header row scrolling in html table. Installation   Include script after the jQuery library (unless you are packaging scripts somehow else): <script…

27
Yays

Useful jQuery Resizable table columns

Views 11283   downloads 1905   Table

Resizable table columns for jQuery.  New and Improved! Now tested and working on Chrome & Firefox (Mac + Windows), and IE 9 + 10. Other browsers might work too, just haven't had time…

105
Yays

Fixed Headers Scrolling Tables With jQuery

Views 40217   downloads 7210   Table

the scrolling tables with fixed headers. and will take the exercise a step further by creating a jQuery plugin to keep the code contained in one location and allow users to call the "chromatable()"…

77
Yays

Pure CSS3 Feature table design

Views 15616   downloads 3129   Table

The idea of building a features table just by using CSS3 came to our a while ago and we decided to share it with you in this article. The HTML markup Below you can find the abbreviated HTML: <table…

86
Yays

Simple jQuery Table Highlighter

Views 8865   downloads 2125   Table

This Table Highlighter is so faster and handle larger datasets , it’s pretty straight forward to use. All you have to do is include the jQuery and the plugin file: <script src='http://www.google.com/jsapi'…

89
Yays

Useful jQuery tableHover

Views 11378   downloads 2471   Table

jQuery plugin to highlight table rows and columns when hovering over them. It features different styles for row and column highlighting and fixing the highlight when a user clicks inside a cell. License:…

136
Yays

Nice JQuery Table Filter

Views 30601   downloads 4175   Table

This plugin adds a row to the section of a table and adds filters that allows real time filtering of tabular data. Filter Types Currently the picnet.jquery.tablefilter.js only supports two kinds of filters.…

137
Yays

jQuery Table Column Filters

Views 18963   downloads 3742   Table

I built this jQuery plugin for a quick way of allowing table columns to be filtered by the user. It will add text box’s to the top of each column in a table, by typing into the text box’s…

123
Yays

Simplism BS Table Crosshair with jQuery

Views 11172   downloads 2310   Table

Automatically for each table considers the focus Just with assigning an ID to the table $.bstablecrosshair('myTable',{ color : '#444', background : '#aaa', foreground : '#fff' });

128
Yays

Table Row Checkbox Toggle jQuery plugin

Views 17101   downloads 3118   Table

It generically adds the toggle function to any table rows you specify based on the css class names. It will by default toggle any checkboxes within the table row. However, you can manually exclude checkboxes…

127
Yays

jQuery : Checkbox & Table

Views 20466   downloads 3442   Form

Today’s code snippet is how to automagically check/uncheck checkbox element by clicking a single row of a table using jQuery. Firstly we add click event on the table’s row, it will help us…