Skip to content
#

grid

Here are 461 public repositories matching this topic...

patrickdevivo
patrickdevivo commented Mar 10, 2020

Hi there! I wanted to propose adding the following badge to the README to indicate how many TODO comments are in this codebase:

TODOs

The badge links to tickgit.com which is a free service that indexes and displays TODO comme

bootstrap-vue
react-table
GianlucaFrongia
GianlucaFrongia commented Oct 3, 2018

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::

rebass
amaster507
amaster507 commented Apr 28, 2020

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

xihaoxiaohao
xihaoxiaohao commented Nov 20, 2019

Below steps leads to unexpected behavior:

  1. Mouse click on any cell
  2. Release the mouse
  3. Move the mouse to hover other cells
  4. 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";

expor
Rikaelus
Rikaelus commented Jul 18, 2017

http://jsfiddle.net/ht16273t/

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

Bug
joshdcuneo
joshdcuneo commented Dec 31, 2018

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
china-live
china-live commented Mar 26, 2020

(必填)这个需求解决了什么问题 What problem does this feature solve

?表格内有一个或多个操作按钮,我希望在点击这些按钮后显示loading,并在稍后处理完毕后恢复。

(必填)请填写问题链接来描述为什么无法实现该功能,例如(jsfiddlecodesandboxjsrun) Reproduction link

?如果要实现这样的功能,就需要使用 $event 把原生DOM 事件传入处理方法,但目前vxe-button好像无法这样传入(表格内用原生非vxe-按钮要单独调样式)。

olddeda
olddeda commented Nov 16, 2019
  • 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
Joey8385
Joey8385 commented Apr 8, 2020

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.

hypersurface
hypersurface commented Apr 16, 2020

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

Improve this page

Add a description, image, and links to the grid topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the grid topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.