Skip to content

Trying to pull data from a table using jQuery

Just to give a background of the question, I am trying to pull data from an html website which was made using tables. I have managed to pull most of them but there’s just one thing which is troubling my brains. Maybe I need a break from work? I have included all the code in a fiddle which can be

filtering data with array of objects data es6

I am trying to filter array of objects with another array of objects. var actualData = [{modifiedy: “USER”, createdOn: “2021-03-18”, id: 33 },{modifiedy: “USER”, …