top of page
davydov consulting logo

Custom Dashboards and Tables Integration on Wix

Custom dashboards in Wix

Wix Сustom Dashboards Integration | Wix Insert Table

Velo Code Solution

Custom dashboards and tables give you the ability to edit, add, delete, filter and sort data the way you want.

Also, a page with a table can have custom rights, and you do not have to grant access to the entire site to give access to edit a specific collection.


On a custom dashboard, you can combine several collections into one to display them more compactly. Also, custom dashboards can display and edit not only Wix databases but also custom ones, like MySQL or firebase.


Wix Insert Table Features


Adding a custom table and dashboard to your Wix site gives you the following options.


  • Setting unique permissions for editing collections.

  • Ability to integrate other databases.

  • Flexible editing system, you can remove the excess, add the missing.

  • Ability to combine collections into one.


Contact us if you want to add custom dashboards to your Wix site.

Tools

Wix Velo API,Wix Velo Code

Background image

Example Code

frontend
backend

if (loggined) {

   let userSysData = loggined

   let userId = userSysData._id

   let permissions = await getRoles(userId)

   if (permissions) {

       if (permissions.includes("Admin")) {

           wixLocation.to("/admin-dashboard")

       } else if (permissions.includes("Administrator")) {

           wixLocation.to("/admin")

       }

   }

   await MyAccountMenu();

   $w("#dataset5").setFilter(wixData.filter().hasSome("Users", userId));

   userData = await getUserData(userId)

   $w("#profile").expand()

   $w("#text84").text = await getMultiLangWord("MyAccountMenu_BookTableTitle", "General", lang)

   await profile()

   await bookTable(userData)

 }

 if (loggined) {

   $w("#repeaterMenu").onItemReady(($item, itemData, index) => {

       $item("#buttonMemberMenu").onClick(async (event) => {

           if ($item("#buttonMemberMenu").label == await getMultiLangWord("MemberMenu_Profile", "MasterPage", lang)) {

               $w("#section11").scrollTo()

           }

       });

   });

 }

More Velo Integrations

Wix Zoho Integration: The Definitive Guide to Streamlining Efficiency

Combine Wix with Zoho CRM to streamline customer management, sales, and data sync. Ideal solution for businesses using Wix and Zoho together

Wix Zoho Integration: The Definitive Guide to Streamlining Efficiency

Wix and Shopify Integration: Elevating Your E-commerce Presence

Discover how to integrate Wix with Shopify for better eCommerce management. Learn setup tips, benefits, and maximize your online store's efficiency

Wix and Shopify Integration: Elevating Your E-commerce Presence

Enhance Your E-Commerce Efficiency with Wix and Razorpay Integration

Enable secure payments on Wix with Razorpay integration. Easily accept payments, automate transactions, and simplify billing on your Wix site

Enhance Your E-Commerce Efficiency with Wix and Razorpay Integration

CONTACT US

​Thanks for reaching out. Some one will reach out to you shortly.

bottom of page