Shubham Verma

Results 8 comments of Shubham Verma

You need to install dygraphs and types/dygraphs `npm i dygraphs --save npm i @types/dygraphs --save` Then you need to insert these lines to work with plugins: `require('./../../../../node_modules/dygraphs/src/extras/synchronizer.js');` `declare var Dygraph:any;`...

@tmcinerney Please change the application code in main.js to const keep = menubar({ browserWindow: { alwaysOnTop: true, frame: true, height: 700, movable: true, resizable: true, width: 500 }, icon: path.join(__dirname,...

> Ok, so let me get this straight. > > 1. Add data > 2. Add filter > 3. Add more data > 4. Remove filter > > Bug: Added...

@TonyGermaneri You can paste this code in here: https://tonygermaneri.github.io/canvas-datagrid/docs/#tutorial--Multiple-filters ```js var grid = canvasDatagrid({ parentNode: parentNode }), x, data = [], d, i, c, r = 'The,quick,brown,fox,jumps,over,the,lazy,dog'; grid.data = [];...

@TonyGermaneri @jswolf19 Any update on this?

Thanks for updating me. I have to meet project deadlines and that's why poked you guys.

> No, but contributions are always welcome! I can help point you in the right direction. I've paused work on this project to start a private project, I will return...

Thank you very much for the help. Putting `filterTextPrefix:` `\u0264` in the grid property fixed my problem.