Profile level : Anon
- First name
- Last name
- Job title
- Work experience
- Tags
- Avatar
- Cover
- Description
Filling out more of your profile gets you higher rankings in the directory and increases community trust.
Announcements

Deprecation of Ask AI in Appsmith Editor
Announcement
Pagination
- Previous page
- Page 5
- Next page
Recent templates
Title | Category | |
---|---|---|
![]() |
JSON-XML Pretty Print | Custom widget |
![]() |
Leaflet Map Custom Widget | Custom widget |
![]() |
Geodata: Timezones, Countries, Languages, Etc | Building block |
![]() |
Customer 360 | Use case |
![]() |
Custom Widget Requests |
Pagination
Your points
Total Points
0
Contribution
0
Engagement
0
Visit
0
Recent comments

Hi Ron, nice post, I think having naming conventions not only helps on teams but also for yourself, so you can always come over your work and understand it quickly. I liked some ideas you propose here so I will apply them on my apps. Thanks
The explanation was very good, but I had to pause the video to see the codes and replicate them here to get a better understanding of how it works. Whenever possible, it would be nice to be able to download the code.
More videos like this would be cool!
Thanks
Is there a simple way to display the results of an appsmith query as json in a document, alongside a table widget, for example?

Decided to consolidate all of my old Google Apps Scripts from various tutorials and blog posts over the years. https://github.com/GreenFluxLLC/google-apps-script-utils

Decided to consolidate all of my old Google Apps Scripts from various tutorials and blog posts over the years. https://github.com/GreenFluxLLC/google-apps-script-utils
Hello,
Is it possible to Integrate Filemaker with IAM systems using API and perform create/update and delete functions(Provisioning/deprovisioning) in Filemaker?
In reply to Great article. Thank you. It… by pajaro1966
I have replaced your line
" … <script src=\"https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js\"></script> …"
with this code
"… <script>" & Mermaid_JS::Mermaid_JS & "</script> …"
where the field "Mermaid_JS::Mermaid_JS" contains the content of the file "mermaid.min.js" (I've downloaded and pasted it in this field), but the graph is not rendered in contrast to your code, which works fine. Could you help me out? I would like to be able to use the Filemaker DB without access to internet.
Thanks in advance.
Antonio
Great article. Thank you. It's exactly what I was looking for. The Mermaid JavaScript Code could be kept on filemaker or accesible on the hard disk for offline use, couldnt It? Isuppose you're using the URL for immediate updates.
Thanks again.
Antonio

In reply to Hey Santana, You can fork it… by sanjivanand
Thanks a lot Sanjiv!

In reply to how to connect to DB for… by ashiqkhan
Once you fork the application, you can change the supabase database credentials to your own supabase database
how to connect to DB for this template ?
i found it, its using dummy data for now to populate.
any idea how can i create event list and have drag and drop from list from right side to calendar is it possible out of the box using appsmith ui components ?
how this template saves the data and where is the events stored ? its giving update event not configured. what is missing ?

The April Live Coding also covered Apache Echarts:
https://youtube.com/live/Jmq543Qnl0k

Hi Pinalbhatt, thanks for pointing that out! I've just made the app forkable.

Here's the Friday Tech Workshop video of building this custom widget:
https://www.youtube.com/watch?v=inemaknCcKc
Hi Balaji, thanks for this template but how can I use these template in my appsmith project?

Thank you Oscar and Baptiste!

Hi Wilbert, thanks for pointing that this part wasn't clear. I was using a text widget called PageName that was hidden, which was extracting the page name from the appsmith url and setting the value in it.
Now I have moved that logic to inside the JSObject Variables, and sending Variables.pageName as part of the Custom widget Model.
I have made the changes in the template which you can fork and check it out, and additionally updated the tutorial to mention the same.
Let me know if this helps
I've only made HTML reports with Custom Widgets. I hope I learn something from all the smart JS people!