grid
Here are 1,872 public repositories matching this topic...
Follow up from #4453
Currently, documentation for <b-table> really only discusses and provides examples for the row-selected event:
https://bootstrap-vue.org/docs/components/table/#row-select-support
The only places the row-clicked event is mentioned are:
https://bootstrap-vue.org/docs/components/table/#data-row-accessibility
https://bootstrap-vue.org/docs/components/table/#comp-re
Describe the bug (required)
Seems like the following unique premade aggregation not working well:
https://github.com/tannerlinsley/react-table/blob/master/src/aggregations.js#L70-L72
I have the following column:
{
variety: 'x',
Header: 'x',
accessor: d => d.id,
aggregate: 'unique',
aggregateValue: 'unique',
Aggregated: a => {
const {
c
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Mar 28, 2020 - HTML
Documentation
First of all, a huge thank you for this awesome project. We use it in production at our company and it works just great (has saved us many hours of coding)
I also want to contribute to this project in some way, but im still new in the Javascript world.
Anyway, here are some ways in which I am capable to help with::
- Documentation Site (https://docusaurus.io/)
- Translate the docs to ger
Examples available here: http://clauderic.github.io/react-sortable-hoc/
like basic usage, there has the code of this example.
Support all of the examples with it's code ?
The docs on rebassjs.org are pretty slim when it comes to using forms and the props that are accepted and what they do.
I was able to use inputs and checkboxes without too much effort but wanted to use a Switch in an instance instead of a checkbox. A switch is a ON|OFF Component so it would make sense that in the DOM it would use a checkbox and allow handlers with OnChange but that is not wha
Bug Report
What is the expected behavior?
To wiki show the correct way to be used now.
What is the current behavior?
I updated to latest beta 24, and saw that $media got deprecated, but docs still shows the old way for listening for MediaChange (using it).
I couldn't find a way to get the asObservable from MediaObserver that is not from $media like it shows in changelog.
-
Updated
Oct 21, 2019 - Ruby
As stated in the header.
Below steps leads to unexpected behavior:
- Mouse click on any cell
- Release the mouse
- Move the mouse to hover other cells
- The application will automatically select those hover cell
Codesandbox: https://4jdit.csb.app
Code:
import React, { useState } from "react";
import ReactDataSheet from "react-datasheet";
import "react-datasheet/lib/react-datasheet.css";
exporI'm submitting a ... (check one with "x")
[X] feature request
[X] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior
Plenty of examples are out there with code but nothing explains where the values for the variables are coming from.
Expected behavior
Expect to be able to open the API document and have it t
https://strml.github.io/react-grid-layout/examples/8-localstorage-responsive.html
When I resize browser window , if I want to get responsive layoutData at different width , there is no event for that , only can get it through the outerWidth , then according the width get the breakpoint.
With this event , I can save layoutData at the breakpoint changed immediately.
thx.
This seems to be a fairly popular request as it has been asked about several times over the years, so I wonder if it would be worth adding as a feature to tabulator in some form.
Some examples of the request:
olifolkerd/tabulator#527
olifolkerd/tabulator#1511
olifolkerd/tabulator#1759
I also opened (and answered
IE Implementation?
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
As it is VERY vague at best. I find it hard to see exactly HOW this is so much greater that other grid systems, as I'm having a hard time figuring out exactly what MOVE does. What's it good for? When I click the View example button, it scrolls me to a section with three cols that's prefixed with the word SHIFT!? Totally confusing ...
Could someone please elaborate on the API documentation witho
As the above Fiddle demonstrates, moving rows between grids doesn't seem to update each grid's pagination. This leads to pages not being added in the destination (and the row seemingly being lost) and all kind of oddness in the source. I'd think this could be resolved with a reloadGrid on each but the ondrop event, according to the documentation, doesn't pass the s
Griddle version
1.13.1
Expected Behavior
Custom filter component is passed onChange props to set filter as described in this example.
Actual Behavior
Custom filter component is passed setFilter props instead.
Steps to reproduce
Implement this example code using Griddle 1.13.1
class Filter extends Componen
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Aug 6, 2019 - JavaScript
表格内按钮状态/样式修改
(必填)这个需求解决了什么问题 What problem does this feature solve
?表格内有一个或多个操作按钮,我希望在点击这些按钮后显示loading,并在稍后处理完毕后恢复。
(必填)请填写问题链接来描述为什么无法实现该功能,例如(jsfiddle、codesandbox、jsrun) Reproduction link
?如果要实现这样的功能,就需要使用 $event 把原生DOM 事件传入处理方法,但目前vxe-button好像无法这样传入(表格内用原生非vxe-按钮要单独调样式)。
-
Updated
Jan 11, 2020 - JavaScript
People often want to use proxy server like BrowserUp (former BrowserMobProxy) to intercept requests/responses between browser and server.
When browser is run inside Selenoid container, the proxy should be also run inside the same container.
I suggest to add BrowserUp proxy to Selenoid containers with Chrome, Firefox and other browsers.
From
-
Updated
Sep 8, 2016 - CSS
-
Updated
Jan 14, 2020 - Java
Those who fail to find a document or an example refer here to resolve the issue first.
We are planned to build our official document site and before that is completed, please refer to the below link.
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."
Hi there! I wanted to propose adding the following badge to the README to indicate how many
TODOcomments are in this codebase:The badge links to
tickgit.comwhich is a free service that indexes and displays TODO comme