I have found another bug with wix tables. The problem is with page numbers when a PaginationParam of pagination is applied. For example if I have 100 items in a table, and If I have applied a a PaginationParam of pagination with 10 rows and If I am on 5 th page, If I do sort operation or filter operation, the table will show the result properly, but the page numbers in the table will not be updated. It will still show as page 5/10. To reset this I need to go to next or previous page and then the data in the table will correspond to filter/sort operation and the page number.
I also tried using table $w(“#myTable”).refresh() after this sort/filter operation but no use.
Suggestion :
Ability to change to specific page programmatically(to go to first page after sort/filter/reset operations)
$w(“#myTable”).refresh() should automatically reset the page number to 1
Hope, this time I will get a positive reply/solution from wix team. All my previous wix bug reports(3-4 bugs) are either unanswered or unsolved till now. Thanks.
Thanks. You can find about all other wix bugs I have reported till now, if you search my previous posts. All of them are unsolved till now and all of them are very important for my website. Please have a look at those and please forward it to the concerned team so that it will be solved asap.
Hi Wix Team,
I just noticed that I cannot reproduce this issue fully again in my website… The issue now only happens if the query produce 0 results. THen the Table will stuck in page 0 unless we move the pagination manually…(i am talking about table pagination and not the new one)… Can anyone tell me when this will be solved?
Update: I was able to program the new pagination element with table and everything is working fine for mw… But for other beginners with 0 wix code knowledge it would be really easier if this 1.5 year old bug is solved…Thanks…