Skip to content

CodingWithDavid/SimpleDataGrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Data Grid for Blazor

This project was created to build a simple data grid that can be use with maximum code re-use.

by David Gallivan

Why

I have a reoccurring use case to for a simple data grid in many of my applications. There are several good data grids for Blazor available that have a lot of features and can display millions of records. My needs are not that advance, simple functionality and less than 1000 records. Just enough that a regular table is not enough, and the full data grids are a little overkill.

Getting Started

  1. Clone this repository

    git clone https://github.com/CodingWithDavid/SimpleDataGrid
    cd SimpleDataGrid
  2. Open in Visual Studio or Visual Code a. With Visual Code you will need to install the C# extensions

  3. Press F5

What's in the App

  1. UI component, simple data grid
  2. Allows sorting, pagination, and row selection
  3. Provide generic sort and paging methods
  4. Provide JSInterop for row selection

Problems or Suggestions

Open an issue here

Thank You

Resources

About

Implementation of a Simple Data Grid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published