Activity
Mon
Wed
Fri
Sun
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
What is this?
Less
More

Owned by Kyan

Academicus medicus

1 member • $7/m

Welcome to Academicus medicus, the community for academic physicians who have a passion for the work and a sense of humor.

Memberships

Snappy Community

490 members • Free

7 contributions to Snappy Community
Im looking for somebody to make weweb videos...
Hey there Im looking for somebody who will make tutorial videos for me about weweb + my own backend tool. I need good english and junior or mid senior in weweb. Price is to be negotiated. :) Feel free to PM me.
0 likes • Apr 8
what backend tool are you using?
AGGrid Updates!
I'm happy to share my latest round of updates to the WeWeb/AG Grid/Xano solution based on great community feedback! After detailed conversations with users like @Kyan Lynch, I've implemented several key features that make the grid even more powerful: 1. Row Selection Controls - You can now trigger actions on both row selection AND deselection, giving you complete control over multi-row operations 2. Add New Records - Create new entries directly from the grid with a simple action that connects to your Xano create endpoint 3. Text Display Improvements - Better text wrapping for description fields, enhanced date formatting options, and more stable color/styling controls 4. Workflow Integration - Seamlessly trigger WeWeb workflows (like opening modals) when interacting with grid cells Here is a quick video where I cover some of these changes: Walkthrough Video Link These updates will transform the component from just a data display into a data management solution - making it as flexible as a custom-built tool while maintaining the drag-and-drop simplicity that makes WeWeb great. I'm continuing to refine based on your feedback. If you'd like access or have questions, drop me a message!
AGGrid Updates!
0 likes • Feb 28
This looks great, @Robert Boulos ! Can't wait to try it out. Any idea when you'll push out the update?
Few questions regarding AG Grid
I LOVE the AG Grid you have released. Some thigs I am trying to do and I could use help with 1. I would like to add a columns with and action list (Edit, Update, etc) for records that needs a bit more editing than just the inline edit. Can you point me to how I can add such a column?  2. Can I display an image within AG Grid? I have the image stored in Xano with the path, but when I retrieve it I only see the URL for it (see attachment) 3. Last but not least - one of the columns (Categories) allow more than one association - is there a  way to display a one - to -many relationship within the AG grid? THANK YOU!! Elena
Few questions regarding AG Grid
1 like • Feb 11
Hey @Elena Blanco, I made this video showing some of what I've done with the Snappy AG Grid. Is any of this in line with what you need? https://www.tella.tv/video/curriculum-creation-tool-showcase-eta9
0 likes • Feb 11
So here's an example from my gridOptions code that: 1. Turns the cell into a clickable container 2. Builds the + button (using phosphor icon, but you can use whatever icon library you want) if the 'description' field is empty, 3. Launches a workflow in WeWeb when the container is clicked, passing through parameters, like the row's data (params.value) and the type of field clicked Does that help? { field: "description", headerName: "Session Description", editable: false, width: 300, sortable: false, // Create the container element. const container = document.createElement("div"); container.style.whiteSpace = "normal"; container.style.wordBreak = "break-word"; container.style.cursor = "pointer"; // If the description is empty or exactly "<p></p>", display the icon. if (trimmedHtml === "" || trimmedHtml === "<p></p>") { container.innerHTML = '<i class="ph ph-plus-square" style="font-size: 24px;"></i>'; } else { // Otherwise, truncate the HTML to 300 characters. let truncatedHtml = truncateHtml(originalHtml, 300); if (typeof DOMPurify !== "undefined") { truncatedHtml = DOMPurify.sanitize(truncatedHtml); } container.innerHTML = truncatedHtml; } // Always attach a click event to execute the workflow. container.addEventListener("click", () => { console.log("Description clicked, opening modal", params.data); wwLib.executeWorkflow('workflowID', { 'row': params.data, 'type': 'description' }); }); return container; } }
📊AG Grid Component Update!
Happy to share that I will be pushing another update to our AG Grid solution this week! You can now customize the entire look of your dynamic datatable - including accents, borders, and backgrounds - all through the WeWeb native interface, without writing any code. A special thanks to @Kyan Lynch whose detailed feedback helped shape these improvements! This solution continues to evolve with your needs. If you'd like to get access, send me a DM or purchase any of the boilerplates from the classroom! Every purchase includes a personal working session with me 🙂
📊AG Grid Component Update!
3 likes • Feb 4
@Daniel Osterman sure, here's a brief video showing what I'm working on. Hopefully it makes sense to other people and not just in my brain 🤣 https://www.tella.tv/video/curriculum-creation-tool-showcase-eta9
2 likes • Feb 6
@Daniel Osterman Thanks! It's a lot of fun to play around with this functionality
AG Grid Help
Has anyone successfully integrated AG Grid with WeWeb yet? I tried to follow the instructions but can't seem to get it right. If anyone has successfully added AG Grid and is willing to send a quick screen recording with their setup that'd be awesome
1-7 of 7
Kyan Lynch
2
7points to level up
@kyan-lynch-9280
Hi, my name is Kyan (he/him), I’m a medical education specialist in Rochester, NY.

Active 32d ago
Joined Oct 29, 2024
Rochester, NY
Powered by