question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Leftover Console.log in Slick.Grid.js

See original GitHub issue

@6pac I think you forgot some logging stuff in pushing your new version. I now see this under my repo unit tests… 😆

PASS  src/app/modules/angular-slickgrid/components/angular-slickgrid.component.spec.ts
  ● Console

    console.log node_modules/slickgrid/slick.grid.js:2168
      Col Widths:
    console.log node_modules/slickgrid/slick.grid.js:2168
      Col Widths:
    console.log node_modules/slickgrid/slick.grid.js:2168
      Col Widths:
    console.log node_modules/slickgrid/slick.grid.js:2168
      Col Widths:
    console.log node_modules/slickgrid/slick.grid.js:2168
      Col Widths:
    console.log node_modules/slickgrid/slick.grid.js:2168
      Col Widths:
    console.log node_modules/slickgrid/slick.grid.js:2168
      Col Widths:
    console.log node_modules/slickgrid/slick.grid.js:2168
      Col Widths:
    console.log node_modules/slickgrid/slick.grid.js:2168
      Col Widths:
    console.log node_modules/slickgrid/slick.grid.js:2168
      Col Widths:
    console.log node_modules/slickgrid/slick.grid.js:2168
      Col Widths:

I’d be happy not to see them at all lol

It also looks like the latest version breaks my auto-resize feature, I’ll have to review your Wiki for the new code. I thought you would have made the old code as the default but I assumed wrong. Quickly reading the Wiki seemed like an interesting new way of dealing with column size.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:21 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
6paccommented, Jul 16, 2019

Good to know. I’ll have a think on the best approach, but will definitely allow for your use case.

0reactions
ghiscodingcommented, Sep 20, 2019

I believe this was all done and fixed

Read more comments on GitHub >

github_iconTop Results From Across the Web

Drag and drop from one slickgrid to another on same page
Basically, in the onMouseEnter, record the details of the cell into a global ... setSelectedRows... they are probably just leftovers from the sample...
Read more >
onCellChanged Doesn't Fire on 1st Edited Cell in A New Row
SlickGrid behaves correctly. You need to subscribe to onAddNewRow. This event is fired whenever you enter the value in any cell on the...
Read more >
SlickGrid Home
SlickGrid is a fully open-source, javascript, client-side grid control, based on jQuery and jQueryUI and compatible with Bootstrap. The grid is designed to ......
Read more >
Javascript Slickgrid, select row on click - Google Groups
I'm using slickgrid library, I have a grid that I would like it to have the ability of selecting a row on click....
Read more >
angular-slickgrid - UNPKG
The CDN for angular-slickgrid. ... angular-slickgrid/bundles/angular-slickgrid.umd.min.js.map. Version: ... from CSS class to avoid console error\r\n ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found