Hi,
I have performance issue, each time i build/run/debug my app, it takes a very long time (i think it may be due to gulp/yarn or other client tasks)
Is there any way to improve the speed of the project ?
I should wait 2-3 minutes on each RUN (F5) before testing my app...
I'm using a Dell Latitude E5540 - Corei5 - 16gb Ram and SSD
Thanks
I found myself a solution, i"ve created a ViewModel which contains a IPagedList<MyDto> property.
Thanks for your help
Thanks @mumfie, how do you deal with Automapper & ViewModel ?
I have my AppService which returns IPagedList<MyDto>
And then i follow the X.PagedList sample and put this list in viewBag (instead of ViewModel it's bad i think) but i never cast it to a Model.
Thanks for your help
Hi,
I would like to build a PagerViewComponent for getting my data paginated in ANZ / ABP, and reuse this component.
I don't want to use Datatables, because my view is not meant to display table rows.
Do you have any sample or documentation for this ?
I think it would be useful for other ANZ users.
Thanks
Ok thanks,
To be clear, i'm trying to build a page list just like this example :
https://www.jplist.org/examples/food
I don't want to use Datatables plugin because i need to diplay cards instead of table rows.
Do you have some recommandation for obtaining a page like this example ?
Should i use a plugin (i think i need an ajax working plugin) or should i develop it mySelf ?
Thanks
Still not working.
Cannot set property 'documentsTypeCodes' of undefined
I found a workaround by using html attribute with this enum on my component ...
It's not possible
My code is :
<script type="text/javascript">
abp.enums.documentsTypeCodes = {
cvTypeCode: @((int)BlobConsts.Documents.Cv.TypeCode),
pieceIdTypeCode: @((int)BlobConsts.Documents.PieceIdentite.TypeCode),
diplomeTypeCode: @((int)BlobConsts.Documents.Diplome.TypeCode),
autresDocsTypeCode: @((int)BlobConsts.Documents.AutresDocuments.TypeCode),
};
</script>
Error is
Uncaught TypeError: Cannot set property 'documentsTypeCodes' of undefined
Hi,
What is the best way to get Const/Enum value (declared in Core.Shared project) in abp/jquery ajax ?
I need to call an abp.service from js, and use a Const/Enum value in parameter
Thanks
Hi aldercove,
I'm the CTO of A2JOB a french startup developing a Job Board / Selective Recruitment Platform using ANZ.
You can contact me : [email protected]
Hi,
I would like to integrate jPList library into my ANZ project : https://www.jplist.org/
Do you think it's possible, do you have best practise to handle querying data from abp.Services ?
Thx