Coder Social home page Coder Social logo

chrislkeller / _datafeed_to_datatables Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 3.0 302 KB

Use either Tabletop.js and a Google Spreadsheet to feed data to the DataTables jQuery plugin, or use a flat JSON file.

Home Page: http://projects.chrislkeller.com/demos/datafeed_to_datatables/

_datafeed_to_datatables's Introduction

Demo: Datafeed to Datatables Configurable Table

This repo's location has changed.

_datafeed_to_datatables's People

Contributors

chrislkeller avatar csessig86 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

_datafeed_to_datatables's Issues

Allow drill-down details to be configured via defaultTableOptions

If drilldown is chosen as the type of table the user has to dive into the code to configure what data will be shown in the row and how it will be presented.

This takes place at line 148 of the data-script.js file.

    /* swap out the properties of oData to reflect
    the names of columns or keys you want to display */
    var sOut =
        '<div class="innerDetails">' +
            '<p>' + oData.day + '</p>' +
            '<p>' + oData.time + '</p>' +
            '<p>' + oData.place + '</p>' +
            '<p>' + oData.title + '</p>' +
            '<p>' + oData.speaker + '</p>' +
            '<p>' + oData.description + '</p>' +
        '</div>';

oData is the object that contains key/value pairs of the data pulled from the spreadsheet via tabletop.js or from your flatfile. You can access any of the data from a particular comma using dot notation. For instance, if I had a column titled "name", I could access it via "oData.name".

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.