ngx-datatable breaks when using multiple functionalities
See original GitHub issueIf 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:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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.