tedirghazali / alga-js

Alga.js is javascript helper for helping build a component of any front-end web frameworks
https://algajs.tedir.dev
Other
18 stars 41 forks source link

$array.show() no longer working #4

Closed Utitofon-Udoekong closed 2 years ago

Utitofon-Udoekong commented 2 years ago

The latest update seems to have removed array.show(). Would like to know what is the replacement for this function. Below is my usage example Screenshot_18

Error I'm getting is this Screenshot_1

tedirghazali commented 2 years ago

the replacement is pageInfo, you can see it in my github js folder in paginateArray. js

Pada tanggal Rab, 6 Apr 2022 04.59, utitofon @.***> menulis:

The latest update seems to have removed array.show(). Would like to know what is the replacement for this function. Below is my usage example [image: Screenshot_18] https://user-images.githubusercontent.com/69417647/161856547-93c22095-d249-468a-a444-fd0e2421d98a.png

Error I'm getting is this [image: Screenshot_1] https://user-images.githubusercontent.com/69417647/161856677-5e1a71fb-f1aa-4844-a0e3-2179c140eac3.png

— Reply to this email directly, view it on GitHub https://github.com/tedirghazali/alga-js/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADMYO4I3PF6NZU42QDB576LVDSZSTANCNFSM5SUDH5UQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Utitofon-Udoekong commented 2 years ago

Thank you works fine