#
grid-component
Here are 14 public repositories matching this topic...
Moved to https://rebassjs.org
-
Updated
Jan 23, 2018 - JavaScript
Animated grid layout component for React
-
Updated
Dec 23, 2019 - JavaScript
An Excel-like grid component for React with custom cell editors, performant scroll & resizable columns
-
Updated
Jun 1, 2020 - JavaScript
DJCecil2
commented
Mar 21, 2018
I'm attempting to sort a table by a value of "Last Modified" by default but it doesn't seem to work.
{
dataIndex: 'updated_at',
name: 'Last Updated',
sortable: true,
defaultSortDirection: 'ASC',
renderer: ({ column, value }) => {
return <DateTime key='much-unique' dateTime={value} />
}
}
It places the sort icon (also
mstijak
commented
Apr 13, 2020
The rules are:
- Group must have
showCaption: true. - Column configuration should have a
captionobject withchildrenoritems.
{
field: 'name',
caption: {
expand: true,
children: <cx><div>Test</div></cx>
}
}-
Updated
May 13, 2020 - JavaScript
Grid control for Delphi and C++ (VCL and FMX)
-
Updated
Jan 15, 2020 - Pascal
-
Updated
Mar 13, 2020 - JavaScript
Angular 2+ smart table generator
pagination
grid-component
angular2
filter
table
ng2
sort
smart-table
smarttable
angualr4
floating-button
-
Updated
Mar 18, 2018 - JavaScript
Grid Web Component - Grid Custom Element - https://www.htmlelements.com/demos/
grid
grid-component
htmlelements
datagrid
grid-framework
datagridview
grid-view
grid-web-component
grid-custom-element
-
Updated
Jan 10, 2020
Responsive Flex component built for React
-
Updated
May 14, 2019 - JavaScript
Improve this page
Add a description, image, and links to the grid-component topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the grid-component topic, visit your repo's landing page and select "manage topics."
https://akveo.github.io/ng2-smart-table/#/examples/custom-editors-viewers
The links are incorrect for all examples.