Coder Social home page Coder Social logo

sofiane000 / ember-table Goto Github PK

View Code? Open in Web Editor NEW

This project forked from addepar/ember-table

1.0 1.0 0.0 7.07 MB

Home Page: http://addepar.github.com/ember-table/

License: Other

JavaScript 16.43% CoffeeScript 51.73% CSS 12.97% HTML 0.51% Handlebars 18.36%

ember-table's Introduction

Ember Table

A table built using Ember.js that lazily renders rows.

Ember Table allows you to handle very large data sets by only rendering the rows that are being displayed. It is written as an ember component with an API that is easy to understand and extend.

Demo and Documentation

http://addepar.github.com/ember-table/

Getting Started

JS Bin Starter Kit

http://emberjs.jsbin.com/xavipu/1/edit

Installation

With bower: bower install ember-table --save

Or, just include dist/ember-table.js and dist/ember-table.css in your app.

Once it's installed, you can customize the look of ember-table with CSS.

Developing or Testing

After cloning this repo, install dependencies and compile with grunt:

$ npm install -g grunt-cli
$ npm install
$ grunt

To view examples, start the node server. From the root directory:

$ node examples.js.

You can view the examples at http://localhost:8000/gh_pages.

You can run the tests at http://localhost:8000/tests.

Dependencies

  • ember
  • jquery-ui
  • jquery.mousewheel
  • antiscroll

Using with other Ember versions

Support for Ember 1.9, 1.10, and 1.11 (1.11.1 required) is available via branches of that name (e.g. ember-1.9)

Contributing

Got something to add? Great! Bug reports, feature ideas, and (especially) pull requests are extremely helpful, and this project wouldn't be where it is today without lots of help from the community.

Please read the contribution guidelines for directions on opening issues and working on the project.

Versioning

Ember Table uses Semantic Versioning to keep track of releases using the following format:

<major>.<minor>.<patch>

In a nutshell, this means:

  • Breaking changes to the API or behavior increases the major version
  • Adding functionality in a backwards-compatible way increases the minor version
  • Making backwards-compatible bug fixes increases the patch version

Maintainers

Update version numbers and release using https://github.com/webpro/grunt-release-it:

$ vim CHANGELOG.md
$ grunt release-it:<options>

By default, this will release a new patch version. Other suggested commands:

$ grunt release-it:minor
$ grunt release-it:major
$ grunt release-it:X.Y.Z

Ember Table uses the "distribution repository" feature of release-it to push to the gh-pages branch and update documentation. When prompted, do NOT update the tag for the distribution repository. We'll streamline the release process a bit more soon.

Copyright and License

Copyright © 2013 Addepar, Inc. All Rights Reserved

Licensed under the BSD License (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file.

ember-table's People

Contributors

korczis avatar petrvolny avatar wagenet avatar azirbel avatar ebryn avatar cyril-sf avatar gunn avatar juggy avatar jrhe avatar jiangty-addepar avatar bradleypriest avatar randometc avatar taytay avatar meelash avatar pbenes avatar nhan avatar rykov avatar liuyang-li avatar davewasmer avatar bsandrow avatar asaf avatar andrewfan avatar courajs avatar arenoir avatar

Stargazers

 avatar

Watchers

James Cloos 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.