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.

ngx-datatable breaks when using multiple functionalities

See original GitHub issue

If you mix functionalities of this project, they stop working, if one functionality is working, another is not.

Examples: Try to use on the [scrollbarV]="true" together with [summaryRow]="enableSummary".

Sometimes one will work, other time scrollbarV will create a pagination even if you didn’t set it to appear.

@amcdnl who is taking care of the maintenance of this project? Do you guys just accept pull requests and don’t check if a new functionality is affecting another?

I can’t use this in production, it’s a very promising repository but it’s not working at all.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
marjan-georgievcommented, May 15, 2018

Yes, us and many others are using the datatable in production, in different configurations.

Make sure you open separate issues for each bug you find, filling the issue template and providing as much information as possible, including demos and steps for reproduction. It’s easier to keep track of them that way and will save us a lot of time.

0reactions
marjan-georgievcommented, May 15, 2018

Also, our demos are part of this repository. If you think a common use case is not covered there, you are welcome to submit a PR and add demo pages and tests around it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ngx-datatable rowClass is not working - Stack Overflow
The problem is that your .row-color is scoped to test component. You need to prefix it with /deep/ to break encapsulation:
Read more >
ngx-datatable - Angular component for presenting large and ...
Angular datatable for handling large and complex datasets in table format. ... 10k Rows; Full Screen; Inline Editing; Horz/Vert Scrolling; Multiple Tables ...
Read more >
Multiple ngx-datables #328 | Support Center - ABP Commercial
I can't figure out how to use two or more ngx-datatables on the same page using the ListService. ... Going to page 2...
Read more >
swimlane/ngx-datatable - Gitter
Hey guys, I have a scenario where I need to conditionally (depends on the row) show a different property (other than the one...
Read more >
Inputs - ngx-datatable - GitBook
In "single" mode, clicking on a column name will reset the existing sorting before sorting by the new selection. In multi selection mode,...
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