I need to implement paging and search in an HTML table and for this I know how to do through JavaScript as you can see below:
JAVASCRIPT IMPLEMENTATION IN A TABLE.
You may notice that the above implementation is working, the problem is that I want to do this on a Wix page.
Look at the picture below;
You may notice that there is a place to put JavaScript script as shown in the arrow, I would like to put this JavaScript implementation in this table, how can I do it?