Create table that can be sorted and filtered by user

Hello, is it possible to create a table that can be filtered and sorted by column like this one:


Since you have a table layout for your data I would usually recommend DataTables, which gives you great sorting control and tabular display.

However since you also want filtering, I’d go a different direction and just build the entire thing using Finsweet CMS Load, CMS Filter, and CMS Sort, all three work together.