Giter Site home page Giter Site logo

datatable-view's Introduction

DataTableView

A jQuery plugin that merges DataTables with ColumnFilters into a single view.

Requirements

Resource Minimum Version Notes
jQuery 2.1.x
Bootstrap 3.3.2
Backbone 1.2.x Will also need underscore.js, but if you get the version of Backbone that includes underscore then you will be fine.
DataTables 1.10.4 If you are going to use any of the plugins then those resources must be included as well.
dataTables.bootstrap 1.10.4 Both js and css files.
jquery.dataTables 1.10.4
bootstrap.datepicker 1.4.0
Moment.js 2.9.0
Fuelux 3.0.2 Only spinbox.js is needed. However, you will need the fuelux.min.css
Typeahead 0.10.5 The typeahead bundle will include all the resources for Typeahead that are needed.

Usage

$('div#cf-container').DataTableView({options...});

or

$.fn.DataTableView({options...});

Running Demo with Docker

Docker can make your life easier as a developer. Instead of opening the demo files in a browser from the local file system, you can run an Apache container and mount the project folder into a directory in htdocs. Furthermore, you can do this for more than one project.
Debugging web apps when ran from the local file system can sometimes be troublesome and you usually don't want to be locked into one web server installed on your development OS.

docker run -d --name webdev -v ~/projects/workspace/datatable-view/:/usr/local/apache2/htdocs/dtv/ -v ~/projects/workspace/columnfilters/:/usr/local/apache2/htdocs/cf/ httpd:2.4

datatable-view's People

Contributors

owenwe avatar

Watchers

 avatar

datatable-view's Issues

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.