All Projects → Akinzekeel → BlazorGrid

Akinzekeel / BlazorGrid

Licence: MIT License
A simple, light weight data grid component for Blazor, focused on displaying remote data. Supports sorting and row highlighting, dynamic column changes and custom cell markup.

Programming Languages

C#
18002 projects
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to BlazorGrid

blazor-ui
A collection of examples related to Telerik UI for Blazor Components: https://www.telerik.com/blazor-ui
Stars: ✭ 182 (+198.36%)
Mutual labels:  grid, datagrid, blazor
Bs grid
Bootstrap Datagrid
Stars: ✭ 184 (+201.64%)
Mutual labels:  grid, datagrid
Grid
Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets and more 💥
Stars: ✭ 573 (+839.34%)
Mutual labels:  grid, datagrid
Griddle
Simple Grid Component written in React
Stars: ✭ 2,494 (+3988.52%)
Mutual labels:  grid, datagrid
Ka Table
Lightweight MIT React Table component for both TS and JS with Sorting, Filtering, Grouping, Virtualization, Editing and many more
Stars: ✭ 117 (+91.8%)
Mutual labels:  grid, datagrid
Functional Data Grid
Data grids in functional style with ReactJS
Stars: ✭ 125 (+104.92%)
Mutual labels:  grid, datagrid
React Table
⚛️ Hooks for building fast and extendable tables and datagrids for React
Stars: ✭ 15,739 (+25701.64%)
Mutual labels:  grid, datagrid
Awesome Grid
A curated list of grid(table) libraries and resources that developers may find useful.
Stars: ✭ 1,142 (+1772.13%)
Mutual labels:  grid, datagrid
TeeGrid-VCL-FMX-Samples
Grid control for Delphi and C++ (VCL and FMX)
Stars: ✭ 132 (+116.39%)
Mutual labels:  grid, grid-component
DatatableJS
Jquery datatable with entity framework using MVC html helper
Stars: ✭ 25 (-59.02%)
Mutual labels:  grid, datagrid
svelte-datagrid
Svelte data grid spreadsheet best best features and performance from excel
Stars: ✭ 48 (-21.31%)
Mutual labels:  grid, datagrid
Smart Webcomponents
Web Components & Custom Elements for Professional Web Applications
Stars: ✭ 110 (+80.33%)
Mutual labels:  grid, datagrid
Revogrid
Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋
Stars: ✭ 1,870 (+2965.57%)
Mutual labels:  grid, datagrid
Tui.grid
🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
Stars: ✭ 1,859 (+2947.54%)
Mutual labels:  grid, datagrid
Aurelia Slickgrid
Aurelia-Slickgrid a wrapper of the lightning fast & customizable SlickGrid datagrid with a few Styling Themes
Stars: ✭ 100 (+63.93%)
Mutual labels:  grid, datagrid
Tubular React
Material UI table with local or remote data-source. Featuring filtering, sorting, free-text search, export to CSV locally, and aggregations.
Stars: ✭ 202 (+231.15%)
Mutual labels:  grid, datagrid
slickgrid-universal
Slickgrid-Universal is a monorepo which includes all Editors, Filters, Extensions, Services and is Framework Agnostic to take full advantage of SlickGrid core lib.
Stars: ✭ 29 (-52.46%)
Mutual labels:  grid, datagrid
Datatable
A simple, modern and interactive datatable library for the web
Stars: ✭ 587 (+862.3%)
Mutual labels:  grid, datagrid
Sensei Grid
Simple and lightweight data grid in JS/HTML
Stars: ✭ 808 (+1224.59%)
Mutual labels:  grid, datagrid
Jqwidgets
Angular, Vue, React, Web Components, Blazor, Javascript, jQuery and ASP .NET Framework,
Stars: ✭ 227 (+272.13%)
Mutual labels:  grid, datagrid

NuGet package

BlazorGrid

BlazorGrid is yet another grid component for Blazor. I was inspired to write this because I've been using jQuery.DataTables for a long time and felt that incorporating more than 15,000 lines of JavaScript into my Blazor application probably wasn't the best approach.

The primary goals of this component are:

  • Displaying remote data by utilizing virtualization
  • Sorting and searching of remote data (backend support required)
  • Require as little markup as possible to define the grid
  • Use custom RenderFragments for the cells
  • Highly customizable UI by providing SCSS
  • Using a delegate to provide the data (which can pull the data via JSON, gRPC or anything else)
  • High performance by intelligently preventing unnecessary render events

Check out the website for more information & demos:

blazorgrid.majidcodes.net

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].