This is my first time to post here in dev.to since I joined to this awesome community, I spend most of my free time here instead of browsing in Fac...
For further actions, you may consider blocking this person and/or reporting abuse
Perhaps we can use something like this in Checkmark... just need it to read and write to an HTML list instead of a table. π€·π»ββοΈ
How do you paginate your data in Checkmark?
Hmmm... Iβm not using pagination right now. All thatβs being used is a lot of
lielements. Every time you create a new task, the Javascript creates a new list item.I see. I am planning to create something like this
datatables.net/
take a look on the pagination with hint of items that is currently display
Okay... the issue is that doing that kind of defeats the purpose of Checkmark. Itβs meant to be a sleek and extremely simple checklist that is effortless to use and sync. If I use the table, I canβt use the same CSS (Materialize) that Iβm using. It would be practical, but the main point of Checkmark is simplicity and elegance. Is there any way to accomplish Firebase dB communications without using a table?
Yes, it is possible, the return of the firebase DB is like a JSON, so it is up to you what element you will use to display it.
did u find out the code where pagination and search works for this app...?
Please reply ASAP!
github.com/johndavemanuel/firebase...
the above link is no more available.....please provide the valid link
ahh sorry about that, will change the repo ASAP
Did u find out the code where pagination and search works for this app...?
Please reply ASAP!