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

@datagridxl/datagridxl2

v2.0.21

Published

DataGridXL - Excel-like Experience for Web Apps.

Downloads

563

Readme

DataGridXL Logo

DataGridXL is the new grid on the block™! Written in Javascript ES6, made in the 2020s and built with performance & usability in mind.


DataGridXL Screenshot

Usage

Include datagridxl2.js in your web page HTML file:

<script src="https://code.datagridxl.com/datagridxl2.js"></script>

Then, run this code inside your HTML/JS:

<div id="grid" style="height:400px;"></div>
<script>
var grid = new DataGridXL("grid");
</script>

Why DataGridXL?

1. Just like Excel & Google Sheets Keyboard, mouse and touchscreen controls are familiar to your users.

2. Lightweight & Super Fast No dependencies. Display thousands of rows & columns. No hiccups!

3. Programmer Friendly Dozens of demos, extensive docs, even an interactive API playground.

4. Built in the 2020s Backed by a store & state model, just like React. Modern and reliable.

5. Top Notch Support Support is fast and includes live code examples.

6. Framework Compatible React, Angular, Vue and the next big thing: DataGridXL is compatible.

See it in action:

See how DataGridXL powers live Web Apps & Get Inspired!

1. tableconvert.com

Convert table data from any format to any format. E.g. JSON to Markdown or CSV to XML.

2. editcsvonline.com

Edit CSV files online just like Google Sheets. No need to sign up!

License

Important: To use DataGridXL in live environments, a license is required.

ONLY for non-live environments (internal development purposes), you can use DataGridXL without a license.

Without a license:

  • you are required to show the DataGridXL link () at all times
  • you are not entitled to receive any technical support

To purchase a commercial license for the current version of this library, visit DataGridXL Online Store

More info

Visit the DataGridXL website for more information and documentation.

Contact us