npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

nested-datatables

v0.1.3

Published

jQuery DataTables plugin for rendering nested DataTables in rows. Inner tables are independent of the data and layout from the outer table.

Downloads

198

Readme

Nested-datatables

jQuery DataTables plugin for rendering nested DataTables in rows. Inner tables are independent of the data and layout from the outer table.

Demo

JSFiddle

Installation

Download the latest version and include nested.datatables.min.js file

NPM

$ npm install nested-datatables

Usage

var table = new nestedTables.TableHierarchy("example", data, settings);
table.initializeTableHierarchy();

Methods

TableHierarchy(wrapperID, data, settings)

Main NestedTables constructor.

wrapperID

Type: String

ID of a DOM element where will be table hierarchy rendered.

data

Type: Array.<Object>

Data used for building table hierarchy. Each item consists of property data and property kids, which represents array of child elements.

Check examples below how to define json data.

settings

Type: Object

Settings for jQuery DataTables constructor.

.initializeTableHierarchy()

Build nested table hierarchy.

Events

onShowChildHierarchy

Triggered when a child hierarchy is shown

// '#example' is wrapper ID for table hierarchy
var tableEle = document.querySelector("#example .table");
tableEle.addEventListener("onShowChildHierarchy", function (e) {
  console.log(e);
});

onHideChildHierarchy

Triggered when a child hierarchy is hidden

// '#example' is wrapper ID for table hierarchy
var tableEle = document.querySelector("#example .table");
tableEle.addEventListener("onHideChildHierarchy", function (e) {
  console.log(e);
});

Example

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />

    <script src="./dist/nested.datatables.min.js"></script>
  </head>
  <body>
    <div id="example" class="container"></div>

    <script>
      var dataInJson = [
        {
          data: {
            name: "b1",
            street: "s1",
            city: "c1",
            departments: 10,
            offices: 15,
          },
          kids: [
            {
              data: {
                department: "HR",
                supervisor: "Isidor Bristol",
                floor: 1,
                employees: 15,
              },
              kids: [
                {
                  data: {
                    name: "Klement Nikodemos",
                    phone: "+938462",
                    hire_date: "January 1, 2010",
                    id: 3456,
                  },
                  kids: [],
                },
                {
                  data: {
                    name: "Madhava Helmuth",
                    phone: "+348902",
                    hire_date: "May 23, 2002",
                    id: 1234,
                  },
                  kids: [],
                },
                {
                  data: {
                    name: "Andria Jesse",
                    phone: "456123",
                    hire_date: "October 23, 2011",
                    id: 9821,
                  },
                  kids: [],
                },
              ],
            },
            {
              data: {
                department: "development",
                supervisor: "Jim Linwood",
                floor: 2,
                employees: 18,
              },
              kids: [
                {
                  data: {
                    name: "Origenes Maxwell",
                    phone: "345892",
                    hire_date: "February 1, 2004",
                    id: 6234,
                  },
                  kids: [],
                },
              ],
            },
            {
              data: {
                department: "testing",
                supervisor: "Zekeriya Seok",
                floor: 4,
                employees: 11,
              },
              kids: [],
            },
          ],
        },
        {
          data: {
            name: "b2",
            street: "s10",
            city: "c2",
            departments: 3,
            offices: 10,
          },
          kids: [
            {
              data: {
                department: "development",
                supervisor: "Gallagher Howie",
                floor: 8,
                employees: 24,
              },
              kids: [
                {
                  data: {
                    name: "Wat Dakota",
                  },
                  kids: [],
                },
              ],
            },
            {
              data: {
                department: "testing",
                supervisor: "Shirley Gayle",
                floor: 4,
                employees: 11,
              },
              kids: [],
            },
          ],
        },
        {
          data: {
            name: "b3",
            street: "s3",
            city: "c3",
            departments: 2,
            offices: 1,
          },
          kids: [
            {
              data: {
                department: "development",
              },
              kids: [
                {
                  data: {
                    name: "Wat Dakota",
                  },
                  kids: [],
                },
              ],
            },
            {},
          ],
        },

        {
          data: {
            name: "b4",
            city: "c4",
          },
          kids: [],
        },
      ];

      var settings = {
        iDisplayLength: 20,
        bLengthChange: false,
        bFilter: false,
        bSort: false,
        bInfo: false,
      };

      var table = new nestedTables.TableHierarchy(
        "example",
        dataInJson,
        settings
      );
      table.initializeTableHierarchy();
    </script>
  </body>
</html>

Example 2

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />

    <script src="./dist/nested.datatables.min.js"></script>
  </head>
  <body>
    <div id="example" class="container"></div>

    <script>
      var dataInJson2 = [
        {
          data: {
            date: "2018-08",
          },
          kids: [
            {
              data: {
                " ": '&lt;input type="checkbox" name="exampleCheckbox" value="exampleCheckbox"&gt;',
                img: "&lt;img src=https:\/\/picsum.photos\/100\/100 width=20 \/&gt;",
                like: {
                  value: 47,
                  cellClass: "likeCell",
                  headerClass: "likeHeader",
                },
                perf: { value: 130.55555555555554, cellClass: "perf" },
                date: "2018-08-30",
              },
              kids: [],
            },
            {
              data: {
                " ": '&lt;input type="checkbox" name="exampleCheckbox2" value="exampleCheckbox2"&gt;',
                img: "&lt;img src=https:\/\/picsum.photos\/100\/100 width=20 \/&gt;",
                like: 24,
                perf: 66.66666666666667,
                date: "2018-08-31",
              },
              kids: [],
            },
          ],
        },
      ];

      var settings = {
        iDisplayLength: 20,
        bLengthChange: false,
        bFilter: false,
        bSort: false,
        bInfo: false,
      };

      var table = new nestedTables.TableHierarchy(
        "example",
        dataInJson,
        settings
      );
      table.initializeTableHierarchy();
    </script>
  </body>
</html>

License

MIT © Andrej Gajdos

Notion Api Connector · SalesforceToNotion