grid
Here are 461 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
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
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";
exporThis 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
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
Nov 27, 2019 - 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
- Vue.js version: 2.6.10
- Nuxt.js version: 2.10.2
nuxt.config.js
plugins: [
....
{
src: "~plugins/vue-tables-2.js",
ssr: true, //or false, the same
},
..../plugins/vue-tables-2.js
import {
ServerTable
} from 'vue-tables-2'
export default ({
app: {
$axios,
},
}, inject) => {
Vue.use(Serve-
Updated
Jan 23, 2018 - JavaScript
I'm submitting a ...
[ ] bug report
[x] feature request
[ ] support request
Current behavior
When using DataTable with selectionMode 'multiple' a clickable checkbox occures for every row.
Expected behavior
It should be possible to disable checkboxes conditionally for certain rows by e.g. a body for the checkbox column.
-
Updated
Dec 23, 2019 - JavaScript
-
Updated
Jun 1, 2020 - JavaScript
Regex filter
I see Regex Filter in the roadmap https://react-bootstrap-table.github.io/react-bootstrap-table2/blog/2018/01/24/release-plan.html
But cannot find it in the current code. Will it be implemented soon? Thanks.
before-sort event?
I have a list of collapsible items and would like to minimize them before sorting starts, due to issues related to #32. Is there something like before-sort event or some other hook I can use? Thanks.
-
Updated
Jun 5, 2020 - JavaScript
Cleanup the Wiki structure and add some organization to the other content
-
Updated
Oct 31, 2019 - JavaScript
I've added a material-ui checkbox cell to each row in column 1 of my table, including a similar checkbox for the table header. If I click on the checkbox in a given row, then it checks as expected. I also added the ability to click the checkbox in the header and have all of the rows checked. However, after clicking on the checkbox in the header I have to hover over the rows in order to see that th
-
Updated
Jun 6, 2020 - JavaScript
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