Hi, I am new to Wix.
Can someone please advise where to find the API for the Table Master app? In particular I need to be able to set the width of the columns as I have multiple tables on a page and the column sizes are unequal. Thus I need to be able to set the column width so that the tables all look uniform and line up neatly.
Note that I have tried the Wix built in table which works nice in the desktop view but has scroll bars in the mobile view. Table Master has a nice collapsible view when using a mobile device and is the preferred choice when viewing on a mobile device.
Any help or pointers would be greatly appreciated.
I am not sure about the TableMaster API but I will tell you how I solved this issue long back when repeaters was not available in Wix. I used 2 tables one for mobile and one for desktop for the same content with different table size/columns. In mobile view i removed all the data that was not necessary (so it fits the screen)and used code to detect if it is a mobile browser or desktop browser and shown the corresponding table to user.
But now we have repeaters and you can use it to design the table. You will have design flexibility and you dont need to remove the columns if it is not fitting the page in mobile view. You can just rearrange the repeater elements so it looks nice in mobile view.
This is a method you can use if you can do little coding and dont have time to wait for that specific API.
Thanks for the suggestion. I have already coded this using the dev mode and it successfully detects the browsing device and collapses and shows the various tables (table master for mobile and regular table for desktop/tablet).
I am not sure what repeaters are and will have to inv
Thanks again,
Hilkiah