- ABP Framework version: v8.0.4
- UI Type: Angular
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace: N/A
- Steps to reproduce the issue:
May I know how I can use the ListService with a Syncfusion Angular Grid component?
5 Answer(s)
-
0
Hi,
Have you check the document? https://docs.abp.io/en/abp/latest/UI/Angular/List-Service
-
0
I did, but that documentation is for
ngx-datatableonly. I need to integrate theListServicewith the Syncfusion Angular Grid component w/ server side paging. Please help. -
0
Hi,
The
ListServiceis a common service.ABP provider extension directive for
ngx-datatable, you can refer to it to create a directive for Syncfusion https://github.com/abpframework/abp/blob/dev/npm/ng-packs/packages/theme-shared/src/lib/directives/ngx-datatable-list.directive.ts#L26 -
0
We are NOT using
ngx-datatableWe are usingSyncfusion Angular GridWe need to know how to get theListServiceworking withSyncfusion Angular GridDo you have a sample for that? -
0
Hi, no we don't have any sample. It's seems like you want to implement your own login. You can inspect our NgxDatatableListDirective from @abp/ng.theme.shared package and you create your own directive or you can you directly ListService with
Syncfusion Angular Gridbut we don't have any sample for it.