#
grid
Here are 2,753 public repositories matching this topic...
React components for efficiently rendering large lists and tabular data
-
Updated
Aug 9, 2021 - JavaScript
A draggable and resizable grid layout with responsive breakpoints, for React.
-
Updated
Aug 11, 2021 - JavaScript
Responsive dashboard templates 📊 ✨
charts
grid
dashboard
analytics
templates
css-grid
keen-io
css-grid-layout
analytics-dashboard
css-grid-template
-
Updated
Mar 28, 2020 - HTML
Infinite responsive, sortable, filterable and draggable layouts
-
Updated
Jul 9, 2021 - JavaScript
A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️
-
Updated
Aug 10, 2021 - JavaScript
The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.
react
pagination
sorting
vuejs
angular
grid
excel
vue-table
table
datatable
angular-grid
datagrid
filtering
react-table
charting
react-grid
grouping
pivoting
angular-table
javascript-table
-
Updated
Aug 13, 2021 - TypeScript
react
javascript
css
theme
components
color
ui
grid
styled-components
layout
react-components
typography
emotion
design-system
styled-system
rebass
-
Updated
Aug 11, 2021 - JavaScript
Provides HTML UI layout for Angular applications; using Flexbox and a Responsive API
-
Updated
Aug 15, 2021 - TypeScript
A draggable and resizable grid layout, for Vue.js.
-
Updated
Jul 20, 2021 - JavaScript
Excel-like data grid (table) component for React
-
Updated
Aug 10, 2021 - JavaScript
[no longer maintained]
-
Updated
Oct 21, 2019 - Ruby
LostGrid is a powerful grid system built in PostCSS that works with any preprocessor and even vanilla CSS.
-
Updated
Nov 8, 2020 - JavaScript
light
angular
typescript
grid
angular2
table
incident-response
datatable
ngx-datatable
swimlane
angular4
angular-components
datagrid
hacktoberfest
-
Updated
Jul 29, 2021 - TypeScript
Interactive Tables and Data Grids for JavaScript
react
javascript
jquery
json
data
list
widget
grid
table
ajax
sort
cdnjs
grid-layout
grid-system
tabulator
tabulator-table
-
Updated
Aug 11, 2021 - JavaScript
Open
IE Implementation?
2
jimbateson
commented
May 30, 2019
Firstly this is an amazing tool, thank you so much for making it :)
This is more of a feature request, and I appreciate that using the IE syntax for grid isn't always the best way to go / a viable solution. However, may be nice to have the option to generate the code for this, as sometimes autoprefixer doesn't quite do the job. Maybe this would be off by default and be an option that could be t
jQuery grid plugin
javascript
bootstrap
grid
json-data
table
pivot-tables
pivot-grid
treegrid
subgrid
export-excel
xml-data
jqgrid
jquery-grid-plugin
frozenset
-
Updated
Aug 11, 2021 - JavaScript
A simple, lightweight Javascript library for dynamic grid layouts.
-
Updated
Aug 10, 2021 - JavaScript
A CSS grid framework using Flexbox. Only 321 bytes (Gzipped).
-
Updated
Jun 28, 2021 - HTML
The Most Complete React UI Component Library
react
bootstrap
charts
tree
flex
grid
material
ripple
react-components
datatable
bootstrap-table
ui-components
material-table
treetable
primereact
ripple-effect
responsive-components
flex-carousel
flex-galleria
-
Updated
Aug 14, 2021 - JavaScript
This package has moved and renamed
react
css
grid
styled-components
responsive
layout
flexbox
emotion
css-in-js
padding
margin
styled-system
-
Updated
Aug 6, 2019 - JavaScript
Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary.
-
Updated
Jul 29, 2021 - Go
javascript
typescript
grid
preact
excel
tabular-data
spreadsheet
datatable
treegrid
reactivity
datagrid
toast-ui
-
Updated
Aug 10, 2021 - TypeScript
Improve this page
Add a description, image, and links to the grid topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the grid topic, visit your repo's landing page and select "manage topics."
I believe there is a bug here:
https://github.com/SheetJS/sheetjs/blob/333deae63fbe13d1ff2db42e599211a062001c32/bits/87_read.js#L69
If the input data was an
ArrayBuffer
but opts would not have atype
set we would essentially convert theArrayBuffer
toUint8Array
and callreadSync
again but without setting appropriateopts.type
. This then leads to few lines below https://github.com/Sh