Do we have any documentation on using LeptonX components? One example: https://x.leptontheme.com/side-menu/libraries/datatables
I know under the hood it's using this lib: https://datatables.net/ , but I still need know how LeptonX bootstrap this by using <abp-?> tag or some other examples.
also, where is the source code on this LeptonX Pro and demo site? I downloaded this source code: Volo.Abp.LeptonXTheme.Pro but don't see anything on how to use components.
4 Answer(s)
-
0
Do we have any documentation on using LeptonX components?
Are you looking for this? https://docs.abp.io/en/abp/latest/UI/Angular/Extensions-Overall
also, where is the source code on this LeptonX Pro and demo site?
Hi, you can download the demo site source code here
https://docs.abp.io/en/commercial/latest/themes/lepton-x/index#source-code
-
0
Thanks Liang! I will add into my bookmark.
Seems like ABP is using two different data table libraries: https://swimlane.gitbook.io/ngx-datatable and https://datatables.net
What's the direction on this? Do we know if ABP is going to consolidate this?
-
0
Hi,
The MVC UI using the https://datatables.net
And Angular Ui using the https://swimlane.gitbook.io/ngx-datatable
-
0
Got it. Thanks.