cheetah-grid
cheetah-grid copied to clipboard
The fastest open-source data table for web.
`react-cheetah-grid` is working great with normal setup and a dev server. But when I go to write tests with Jest I get `Cannot find module 'react-cheetah-grid' from 'src/components/Grid/index.js'`. Again this...
Hi vue-cheetah-gridにてinput,link,button,menueditor単入力項目の列設定が可能ですが、 複合コンポーネント(例:InputText+カレンダーリンク)が置けますか? thanks.
This rather a feature request as an issue. Is there any possibility to: - [ ] have column footer (for sums,count, avg, etc) - [ ] have nested tables (a...
How define a customer action like autocomplete input (like typehead or vue-simple-suggest)? The InlineMenuEditor can not support autocomplete requirement.
I can't find any description in the README.md
Being able to have a popup when a cell is selected that provides additional information, in the context of that row/cell not the same thing for the whole column. "messages"...
How to use layer, I find that drawLayers is aways blank object! please
The 'frozen-col-count' is used to fix the column,but I just want to fix the last column. Please refer to the element UI documentation:https://element.eleme.cn/#/zh-CN/component/table#gu-ding-lie
hi, I have a question. can I submit the changed data of cell? For example, is it impossible to submit contents such as selecting a value different from the existing...
Hi, Is it possible to extend an existing theme? I tried the following but the theme is not updated. ``` const theme = cheetahGrid.themes.MATERIAL_DESIGN; theme.color = 'red'; theme.button.bgColor = '#008CBA';...