timdows / MMM-JsonTable

A module for the MagicMirror project which creates a table filled with a list gathered from a json request.
MIT License
25 stars 31 forks source link

Add filter by columns #6

Closed gazambuja closed 5 years ago

gazambuja commented 5 years ago

You can add the columns you want to show, example:

keepColumns: ["val1", "val2", "name"]

If you keep as an empty array, show all.

timdows commented 5 years ago

Love it, merged! Thanks for this addition to the project! Best, Tim