Client Side Filter for Tables in Visual Builder using rest api endpoint
Summary
Client Side Filter for Tables in Visual Builder using rest api endpointContent
I need to to filter a table that is populated by a rest endpoint coming from a oracle cloud db. The filter is preferredto be CLIENT-SIDE.
I followed the below video for the Famous Shay J. however I don’t know why I end up receiving a runtime error when I go to live mode.
https://www.youtube.com/watch?v=oDwNRfZyMSs&feature=youtu.be
I attached screen shots of the error message.
Below is the JS im using:
define([], function() {
'use strict';
var PageModule = function PageModule() {};
0