GigaGrid
GigaGrid copied to clipboard
Massively performant, multi-layered React.js table widget Written in TypeScript
Hei, In version 7.7 there was a property called initiallyExpandedSubtotalRows. I used it to re-expand the total rows when the grid was updated with live values. I see that in...
Hi @erfangc , var data =[ { col1: '10', col2: '20', col3: '30' }, { col1: '10', col2: '50', col3: '30' }, { col1: '10', col2: '60', col3: '30' },...
Hi @caguthrie , I am trying to use in React application. I am getting below error. ERROR in ./~/giga-grid/styles/theme/Retro.styl Module parse failed: C:\Project\node_modules\giga-grid\styles\theme\Retro.styl Unexpected character '@' (1:0) You may need...
I'm using GigaGrid inside a tab component and also I update it with live data. Therefore when the user expands a rows group clicking on the (+) icon, I need...
Current version in npm only has a file in the ```dist/``` folder which includes dependancies such as jQuery. Let's have ```package.json``` point to a ```lib/index.ts``` file which would be the...
How can I use a special **sort** function (not lexicographical) on one column, so that when the user clicks on the header of that column, it gets sorted accordingly to...
Grid throws some console errors and strange behaviors are observed. Will take a look at a fix