#
datagrid
Here are 307 public repositories matching this topic...
The Most Complete Angular UI Component Library
-
Updated
Jan 30, 2021 - CSS
light
angular
typescript
grid
angular2
table
incident-response
datatable
ngx-datatable
swimlane
angular4
angular-components
datagrid
hacktoberfest
-
Updated
Jan 20, 2021 - TypeScript
TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
android
adapter
material-design
recyclerview
android-library
custom-view
android-development
datatable
tableview
sortable
android-ui
recyclerview-animation
recyclerview-adapter
datagrid
sortabletableview
gridview
viewholder
click-listeners
-
Updated
Jan 20, 2021 - Java
javascript
typescript
grid
preact
excel
tabular-data
spreadsheet
datatable
treegrid
reactivity
datagrid
toast-ui
-
Updated
Jan 27, 2021 - TypeScript
Business React components for Bootstrap and Material-UI
-
Updated
Jan 29, 2021 - TypeScript
HTML5 JavaScript Component Suite for Responsive Web Development
javascript
html
chart
charts
charting-library
filemanager
responsive
scheduler
widgets
devexpress
ui-components
datagrid
gantt
treelist
pivotgrid
-
Updated
Jan 30, 2021 - JavaScript
Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋
export
vuejs
typescript
reactive
grid
excel
filter
data-grid
virtual-scroll
datagrid
vuejs-components
react-virtualized
webcomponent
stenciljs
virtual-grid
vuegrid
revo-grid
excel-grid
infinity-grid
vuejs-grid
-
Updated
Jan 29, 2021 - TypeScript
A curated list of grid(table) libraries and resources that developers may find useful.
-
Updated
Oct 2, 2020
Infinispan is an open source data grid platform and highly scalable NoSQL cloud data store.
search-engine
nosql
persistent-storage
infinispan
datagrid
key-value-store
infinispan-server
inmemory-cache
-
Updated
Jan 29, 2021 - Java
Simple and lightweight data grid in JS/HTML
-
Updated
Oct 31, 2019 - JavaScript
Canvas based data grid web component. Capable of displaying millions of contiguous hierarchical rows and columns without paging or loading, on a single canvas element.
-
Updated
Jan 28, 2021 - JavaScript
A simple, modern and interactive datatable library for the web
grid
modern
simple
interactive
table
datatable
datagrid
editable-table
datatables-library
editable-grid
-
Updated
Dec 15, 2020 - JavaScript
This Bundle integrates the jQuery DataTables plugin into your Symfony application.
pagination
grid
symfony
symfony-bundle
datatables
table
datatable
data-table
datagrid
inline-editing
-
Updated
Dec 22, 2020 - PHP
Angular-SlickGrid a wrapper of the lightning fast & customizable SlickGrid datagrid with multiple Styling Themes
graphql
jquery
angular
typescript
grid
bootstrap4
datatable
data-table
bootstrap3
datagrid
dataview
odata
slickgrid
-
Updated
Jan 29, 2021 - TypeScript
Add spreadsheet-like behavior to your React app
grid-component
reactjs
excel
table
spreadsheet
datatable
data-table
datagrid
reactgrid
reactgrid-component
-
Updated
Jan 29, 2021 - TypeScript
Seamless integration between Django REST framework and Datatables.
-
Updated
Jan 5, 2021 - Python
-
Updated
Jan 27, 2021 - PHP
DataGrid Component For Xamarin.Forms Projects
-
Updated
Dec 15, 2020 - C#
Angular, Vue, React, Web Components, Blazor, Javascript, jQuery and ASP .NET Framework,
react
javascript
css
html
jquery
chart
vuejs
angular
grid
vue
reactjs
scheduler
material-ui
web-components
data-grid
datagrid
charting
datagridview
blazor
angular10
-
Updated
Dec 9, 2020 - Vue
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
macos
charts
xaml
xamarin
uwp
listview
mvvm
samples
xamarin-forms
xamarin-ios
xamarin-android
xamarin-components
datagrid
xamarin-library
syncfusion
tutorial-demos
-
Updated
Jan 28, 2021 - C#
Material UI table with local or remote data-source. Featuring filtering, sorting, free-text search, export to CSV locally, and aggregations.
-
Updated
Dec 21, 2020 - TypeScript
Improve this page
Add a description, image, and links to the datagrid topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the datagrid topic, visit your repo's landing page and select "manage topics."
Please describe the problem you are trying to solve
I would like to evict entries based on their creation time. I want to evict the oldest ones first.
Please describe the desired behavior
Basically FIFO eviction. I would like to specify directly in the configuration something like:
**Describe alte