Developing a Data Grid using LitElement: Part 1

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • lit

    Lit is a simple library for building fast, lightweight web components.

  • You're probably reading this because you're nosey, are interested in Lit, or maybe are even interested in creating your own data grid. Before we go any further though, let's talk a bit about what a "data grid" actually is. You often hear the terms "data grid" and "data table" (or just "grid" and "table") used interchangeably, but they are different. Both are data visualization components that display data in column/row format; with a "data-table" being relatively simple (feature-wise), and a "data-grid" is generally way more complex. That said, there's a complexity/feature spectrum between the two, so the separation isn't always that clear cut. From a practical perspective, you often want both because you don't want the overhead of a full featured data grid if your needs are simple (don't load a bunch of JavaScript that you don't need).

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I've created yet another JavaScript framework

    4 projects | dev.to | 13 Apr 2024
  • Show HN: I made a Pinterest clone using SigLIP image embeddings

    2 projects | news.ycombinator.com | 16 Feb 2024
  • Lit – a small responsive CSS framework

    1 project | news.ycombinator.com | 10 Oct 2023
  • Web Platform for Enterprise Applications

    1 project | dev.to | 30 Jul 2023
  • Possible to use OOP in a Vanilla JS app?

    2 projects | /r/webdev | 1 Jul 2023