Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
614 views

I recently upgraded my Angular project to Angular 19 and updated @swimlane/ngx-datatable to the latest version since version 20.0.0 was not supported. However, after the upgrade, I encountered the ...
Nadee Darshika's user avatar
0 votes
1 answer
255 views

I'm using a ngx-datatable 19.0.0, Angular version 11.1.0 and Material version 11.2.13. When I using props [columnMode]="'force'" directly in ngx-datatable, the page load correctelly and the ...
Luciana Oliveira's user avatar
0 votes
1 answer
198 views

I want to display the rows of my data table (ngx) in a stacked fashion: one row following the other. I want to add [@datatableAnimation]. but I dont know where add that. When I add it to <ngx-...
medah's user avatar
  • 25
1 vote
0 answers
420 views

Im using ngx-datatable to render a table, inside of which I am using angular material cdk drag-n-drop. The overall functionality works well except when the list is long. If the table is scrolled to ...
user2031428's user avatar
  • 1,187
1 vote
1 answer
390 views

Have below JSON in testdata.json file: { "ermInfo": [ { "name": "abcd", "period": { "week": { ...
neo sanny's user avatar
0 votes
0 answers
97 views

In ngx-datatable i make first column not draggable then i can't drag it. issue is that when i drag some other column which is draggable then it's order change. i want stop it by both way. <!-- ...
dev verma's user avatar
  • 777
0 votes
1 answer
497 views

I am using swimlane/ngx-datatable library for to displaying the list. In the list of each row I am adding action menu (When icon click the menu will display as popup) with items dynamically. Issue: ...
David Malar's user avatar
1 vote
1 answer
736 views

I tried .datatable-body-row:checked .datatable-row-group { background-color: #22e26c !important; } Nothing happens, while for hover it works, like this. .datatable-body-row:hover .datatable-row-...
AkiZukiLenn's user avatar
0 votes
1 answer
149 views

Is there any way show 'Loading' text until data fetch from api. As of now it is showing no data to display I gone through the documentation did not found anything
Nilesh Belurkar's user avatar
0 votes
1 answer
740 views

I'm using a component ngx-datatable angular version 9. I'm trying change the props namedynamically using a *ngIf command. Problem: I want to using a attribute the list to show the right name. Code: ...
Luciana Oliveira's user avatar
2 votes
0 answers
357 views

I want to use custom footer everywhere for my tables: http://swimlane.github.io/ngx-datatable/#footer The issue that I do not want to define html every time in every component, so I want to create my ...
Arti's user avatar
  • 7,832
0 votes
1 answer
2k views

I am using @swimlane/ngx-datatable in one of my Angular Projects, when I do ng build --configuration=myconfig on my local system, it builds without any errors and it even runs well by doing ng serve. ...
elpidaguy's user avatar
  • 692
0 votes
1 answer
543 views

The ngx-datatable does not have a Output property for double clicking a row. The activate output property emits all events, this could probably be used. How can I implement this?
Brampage's user avatar
  • 7,104
1 vote
0 answers
589 views

I am trying to install the ngx-datatable module for my angular project. But whenever i try to install it with npm this error shows. I tried doing npm i @swimlane/ngx-datatable --force and that ...
Rishi Ghosh's user avatar
0 votes
0 answers
286 views

I Updated my app to from angular 12 to 13, during the upgrade process I added below overrides in package.json as 6.6.7 version of rxjs was throwing error in Angular 13 "overrides": { &...
YouZing's user avatar
  • 51
0 votes
2 answers
4k views

I am developing a table view with angular, ngx datatable where I have few columns that can be sorted. For example I have a column called "full prize" which shows addition of two fields which ...
Nirmal Gamage's user avatar
0 votes
1 answer
616 views

I have a database. I want to display a table with all the data and get boolean values as a checkbox. <ngx-datatable-column name="Value"> <ng-template ngx-datatable-cell-...
TT90's user avatar
  • 9
0 votes
0 answers
332 views

I try to do a ngx-datatable, but the last columns are hiding. Anybody know why? <ngx-datatable #tableResponsive class="bootstrap core-bootstrap" [columnMode]="ColumnMode.force" [...
anubis's user avatar
  • 1,505
2 votes
2 answers
2k views

In my Angular-13 project I am trying to implement Advance Search in @tusharghoshbd/ngx-datatable I have this code: interface: export interface Merchant { id?: number; merchant_name?: string; ...
midowu's user avatar
  • 1,067
0 votes
1 answer
1k views

IAttribute: export interface IAttribute { id: number; attributeName: string; attributeValues: IAttributeValue[]; } IAttributeValue: export interface IAttributeValue { Value: string; attributeId: ...
Alamzaib Farooq's user avatar
0 votes
1 answer
2k views

I am working on an angular component, I am using ngx-datatable for displaying the table data. The table is not showing the data. the table : <ngx-datatable class="ngx-...
Sayed Hussainullah Sadat's user avatar
1 vote
1 answer
505 views

I have created an angular custom library to easy configurate my tables projectwide. I have crate a default config that defined in my appmodule and i have a tablespecific config in my component for ...
andreas's user avatar
  • 93
0 votes
1 answer
413 views

I built a shared component that uses <ngx-datatable> inside the component and passes all the data inputs to get it working. Everything works as expected. The problem is I have a request to ...
Jason Spence's user avatar
0 votes
1 answer
1k views

I'm starting to use ngx-datatable. I've currently this: <ngx-datatable #table class="material" [columns]="columns" [...
J4N's user avatar
  • 21.1k
1 vote
1 answer
270 views

There is an unusual behavior when using the scroll bar from Angular Material cdk-virtual-scroll-viewport using Firefox 88+ (Linux, Windows), Chrome works fine. The scrollbar jumps, remaining on top / ...
JMontero's user avatar

1
2 3 4 5
10