5
kkmy created
- ABP Framework version: v8.0.1
- UI Type: Angular
- Database System: EF Core (PostgreSQL)
Hello,
After upgrading to v8.0.1, we have observed a crucial bug with datatables. Let's say we have a table that shows 10 rows per page and the table has 15 rows. So it has 2 pages. When we search for a record that comes in the first page using query filters, table shows that row without a problem. However, if we go to the second page and search for that particular record, the datatable does not show that record.
You can observe this behavior in https://commercial-demo.abp.io/language-management/languages as well. Steps to reproduce the issue are:
- Go to the Languages page.
- There are many languages there. We can use Deutsch for example. As you can see, it is in the first page and in the first row.
- Write "de" in the search bar. You can see that the record is shown in the datatable.
- Now clear the search bar.
- Go to the second page.
- Write "de" in the search bar again. Now the record is not shown even though it is there.
I have attached a video sample as well to clarify the situation more.
Thank you.
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
6 Answer(s)
-
0