Hi, I've seen you encountered the same problem as myself regarding die control of the number of columns (Timestamp 07:44). What did the trick for me was using another browser to edit (Safari in my case; I was using Chrome before). Once I used Safari I could manually delete and rename Columns in the Table itself, rather than having to rename them inside the CMS.
Great video. I’m having a bit of a problem with the rank of the rows: on the original table they are ascending whilst on the website they automatically switch to descending value. Am I missing something?
Hey, thanks for commenting and sharing about your project! I offer viewers two options for getting assistance with their projects: 1. Our free forum: thewixwiz.com.com/forum - I try to address questions there at least once a week. Please support your question with code snippets, screenshots, and even video. 2. Offering my services as a developer. You can schedule a consult at thewixwiz.com/book-online. I appreciate your support and thanks for watching!
Hi, I have two questions: Firstly when doing this the PC page looked as expected, however, the mobile version didn't pick up the CMS collection data. It just showed the standard hard coded values (Strawberry, vanilla etc), why would that be? Secondly, how can you set the table to allow the data to be edited by clicking on a cell in the table and updating the related CMS collection data (setting to read & Write for the CMS didn't do the trick and I can see not control on the table itself for it)?
For mobile - go into mobile view in the editor and see if you have any errors pop up in the code. Most typically it's because you have an element that doesn't exist in mobile that is breaking the code. As for the table I don't think it has the capability you're describing but it's worth more research!
Now with Wix you can generate a mock collection with AI. You can also use various services such as mockaroo. If the list you are referring to is a repeater it exists in Studio as well.
@@thewixwiz Thanks. but I just want to generate a table that can easily be edited and managed to explain the price and concept of a service with differeny colors in each block so it should not be a repeater as it has only one design.
Hi Sir, Is there a way to fetch all records of a specific member from the CMS and display it to the table once that specific member logged in into the website?
How to set up a button for addint a item into table from site by authorised visitor ? i have a task that all what enter to my site just fill form , and I got request about that
A collection is a group of items in your database. A dataset is a Wix tool used to link a collection to on page elements. A table is an element that can provide a visual representation of a data collection on a page.
Hi there, will you please help me with this: I have created a wix store using the default Product template When I connect my google merchant center to wix and download the product feed .tsv from wix file there are 2 issues in the file. 1 condition=new. Wix is saying by default that all my products are new. In the edit product section on wix there is no value I can set to change the item from new to used. 2 mpn is being assigned to SKU on the edit product page. The mpn is different than the sku. I would like to add a value to all my product pages where when I am adding a new product I can enter the mpn (manufacturer part number) (example format would be free text since this includes numbers, chars and dashes -)
Hey, thanks for commenting and sharing about your project! I offer viewers two options for getting assistance with their projects: 1. My free forum: thewixwiz.com.com/forum - I try to address questions there at least once a week. Please support your question with code snippets, screenshots, and even video. 2. Offering my services as a developer. You can schedule a consult at thewixwiz.com/book-online or fill out this onboarding form: thewixwiz.com/client-onboarding I appreciate your support and thanks for watching!
Hello and thank you for your interest. I would like to create a spreadsheet so that the user, through my website, can update the data of this table after publishing the website, as is the case for example in an Excel sheet. Is this doable and how does it work?@@thewixwiz
Thanks!
Thanks! Much appreciated!
great video to start with. Hopefully sorting the table is covered in the next videos
Hi, I've seen you encountered the same problem as myself regarding die control of the number of columns (Timestamp 07:44). What did the trick for me was using another browser to edit (Safari in my case; I was using Chrome before). Once I used Safari I could manually delete and rename Columns in the Table itself, rather than having to rename them inside the CMS.
Btw. Wix wasn't any help in addressing this problem, they said it was a problem with Chrome, but didn't even bother to fix the problem
Wow thanks for sharing that!
Great idea for a video series!
Yours is the last episode in the series ;)
how did you add the scroll in the right side of the table? I don't see it in my table
i love you man ,,,fiiiinalllyyyyy some one did it :)
By any chance where can I get a copy of those scripts for all your videos so try it myself
I see the three type of repeaters but not the Tables in the add elements. Any suggestion?
You can try using the search bar in the add elements panel
Great video. I’m having a bit of a problem with the rank of the rows: on the original table they are ascending whilst on the website they automatically switch to descending value. Am I missing something?
Thanks! This most likely has to do with your data query. To adjust the sort you will need to apply .ascending() with the appropriate field.
Hi there, click on 'Mirror on Site' in the CMS collection you're linking to, so that your front-end view mirrors the order you set on the back-end.
great video, but how do i add tick and cross marks thats there on the template.
Boolean just does yes or no when on display.
Hey, thanks for commenting and sharing about your project!
I offer viewers two options for getting assistance with their projects:
1. Our free forum: thewixwiz.com.com/forum - I try to address questions there at least once a week. Please support your question with code snippets, screenshots, and even video.
2. Offering my services as a developer. You can schedule a consult at thewixwiz.com/book-online.
I appreciate your support and thanks for watching!
question please : how to change the font size within the table
Did you check the elements settings?
Hi, I have two questions: Firstly when doing this the PC page looked as expected, however, the mobile version didn't pick up the CMS collection data. It just showed the standard hard coded values (Strawberry, vanilla etc), why would that be?
Secondly, how can you set the table to allow the data to be edited by clicking on a cell in the table and updating the related CMS collection data (setting to read & Write for the CMS didn't do the trick and I can see not control on the table itself for it)?
For mobile - go into mobile view in the editor and see if you have any errors pop up in the code. Most typically it's because you have an element that doesn't exist in mobile that is breaking the code. As for the table I don't think it has the capability you're describing but it's worth more research!
how can I build the mock data firstly? and i can not find the list in wix studio. are we in a different platform??
Now with Wix you can generate a mock collection with AI. You can also use various services such as mockaroo. If the list you are referring to is a repeater it exists in Studio as well.
@@thewixwiz Thanks. but I just want to generate a table that can easily be edited and managed to explain the price and concept of a service with differeny colors in each block so it should not be a repeater as it has only one design.
How do I get my date column to be chronological from soonest to latest?
When you fetch the data with WiX query you should use a descending filter on the date field.
Hi Sir,
Is there a way to fetch all records of a specific member from the CMS and display it to the table once that specific member logged in into the website?
Hi! Yes you can use the WiX members API along with a simple data query.
Hello, Is it possible to display a document type field in a dataset linked table? I can't seem to find a way, could you help me please. Thanks alot.
No you will have to do this with code. I plan on addressing this in next week's video.
@@thewixwiz Thanks so much. Will be waiting for your video.
How to set up a button for addint a item into table from site by authorised visitor ? i have a task that all what enter to my site just fill form , and I got request about that
I recommend you check out my tutorials about custom forms, data collections and Wix data!
What's the difference table collection or dataset?
A collection is a group of items in your database. A dataset is a Wix tool used to link a collection to on page elements. A table is an element that can provide a visual representation of a data collection on a page.
Sorry but there is no 'list' option on my add elements??? Did WIX change layout?
Depending on the editor it may be named slightly differently or in a different place in the menu. You definitely have it though!
Hi there,
will you please help me with this:
I have created a wix store using the default Product template When I connect my google merchant center to wix and download the product feed .tsv from wix file there are 2 issues in the file. 1 condition=new. Wix is saying by default that all my products are new. In the edit product section on wix there is no value I can set to change the item from new to used. 2 mpn is being assigned to SKU on the edit product page. The mpn is different than the sku. I would like to add a value to all my product pages where when I am adding a new product I can enter the mpn (manufacturer part number) (example format would be free text since this includes numbers, chars and dashes -)
Hey, thanks for commenting and sharing about your project!
I offer viewers two options for getting assistance with their projects:
1. My free forum: thewixwiz.com.com/forum - I try to address questions there at least once a week. Please support your question with code snippets, screenshots, and even video.
2. Offering my services as a developer. You can schedule a consult at thewixwiz.com/book-online or fill out this onboarding form: thewixwiz.com/client-onboarding
I appreciate your support and thanks for watching!
Datasets is greyed out for me...
hi >>> i want Connect a Table to a Wix Collection with a Dataset inline editor from users???
Hi, can you explain your question a bit more?
Hello and thank you for your interest. I would like to create a spreadsheet so that the user, through my website, can update the data of this table after publishing the website, as is the case for example in an Excel sheet. Is this doable and how does it work?@@thewixwiz
Do you help me
Hi, if you are looking for assistance with your site, our team can help. Please reach out via thewixwiz.com/contact-us
very very difficult to use. All features are good and easy to use, but not for table.
What features are you struggling with?
Bro, you are actually worse at teaching..you cant even speak louder
Thanks for the feedback