top of page

WIX Resources Table

Title
Description
URL (text)
CodeExample
test1
url test 1
test
used on WIX Resource input page
https://mraklose.wixsite.com/mysite/copy-of-song-entry-1-2
export function buttonHeaderUrlText_click(event) { $w('#stateboxCard').changeState('State3'); $w('#inputUrlText').value = $w('#textCopy3').text; $w('#dataset5').refresh(); $w('#dataset2').refresh(); $w('#table1').refresh(); $w('#table1').show(); }
Table using user input data
When a user inputs data in a form and i have it set up to build a table with that information, is it possible to make the table headings sortable? for example lets say 10 people fill out my form and i want to sort the table by home state, is there a way to do this?
https://www.wix.com/velo/forum/coding-with-velo/table-using-user-input-data
bottom of page