- ABP Framework version: v7.2.2
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"This is a bug report. Please refund my support ticket. Theme: LeptonX
- Go to the Language Management screen
- Go to page 2
- Update any language
- After the updating, the 1st page will be the current page.
This happens unfortunately with all list screens (users, roles etc.). And also, in the pages generated by the ABP suite. The current page loses its state. This is a bad experience for users.
Thanks in advance
10 Answer(s)
-
0
hi
Are you using Angular?
I guess your table UI is mvc, right?
-
0
We call
dataTable.ajax.reload();
to reload the data after the modal is closed.https://datatables.net/reference/api/ajax.reload()
Reset (default action or true) or hold the current paging position (false). A full re-sort and re-filter is performed when this method is called, which is why the pagination reset is the default action.
-
0
https://github.com/abpframework/abp/issues/17029
-
0
hi
Are you using Angular?
I guess your table UI is mvc, right?
No it is Angular. You can try it on any page such as users, roles, and languages that are from ABP Commercial.
-
0
Thanks. We will discuss this internally.
-
0
You can follow the https://github.com/abpframework/abp/issues/17029
-
0
Thanks. We will discuss this internally.
Apart from that, It is still an issue with angular list pages that are generated by the ABP suite. Is there any way to set ** this.list.skipCount ** private property in any component. Since setting the this.list.page triggers unnecessary another HTTP request just after the first one.
-
0
hi
You can create a new question for
ABP suite
issue. Thanks -
0
hi
You can create a new question for
ABP suite
issue. ThanksCould you describe how I can create an issue? I did not see any section/type for this purpose on the support page but only ask questions.
-
0
hi
I mean create a new question. : )
https://support.abp.io/QA/Questions/New