Git Product home page Git Product logo

jquery.tabelizer's Introduction

jquery.tabelizer

Multi level grouping indicators for tables.

Tabelizer 1.0.3 - multi level grouping indicators for tables Version 1.0.3 Requires jQuery v1.6+ and jQuery.ui core

Copyright (c) 2014 Rafael Huisman Dual licensed under the MIT and GPL licenses: http://www.opensource.org/licenses/mit-license.php http://www.gnu.org/licenses/gpl.html

Demo: http://powerconsulting.co/Samples/Tabelizer

Example Usage:

$('#table1').tabelize();

V1.0.3

Added public object to return methods to caller

When calling tabelize after initial setup, it will return an object with usable methods, thus providing the ability to chain commands $('#table1').tabelize()

Added ability to pass in the following options to the plugin

onRowClick : function(evt){ //Event to occur when row is clicked, this will override the build in onRowClick //evt is the event passed in for the click occurance. this could be a row or just the expander depending on the fullRowClickable option }

fullRowClickable : true, //When this is set to false, only the expander will be clickable

onReady : function(){ //When the plugin finishes it's initialization, this callback method will be called //this refers to the public object self.getPublicObj() }, onBeforeRowClick : function(evt){ //Anything that you want to run before the onRowClick code gets handled goes in here. //evt is the event passed in for the click occurance. this could be a row or just the expander depending on the fullRowClickable option //this refers to the public object self.getPublicObj() }, onAfterRowClick : function(evt){ //Anything that you want to run after the onRowClick code gets handled goes in here. //evt is the event passed in for the click occurance. this could be a row or just the expander depending on the fullRowClickable option //this refers to the public object self.getPublicObj() },

jquery.tabelizer's People

Contributors

rnpowerconsulting avatar michaelallenmiller avatar thomasstreckercc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.