While Google Sheets and Google Data Studio are popular choices for creating dynamic tables, there are several free alternatives available that you can use to achieve similar functionality on a website built with Webflow. Here are a few options you can consider:
1. Airtable: Airtable is a cloud-based database tool that allows you to create and manage tables with ease. It provides robust features for sorting, filtering, and collaborating on data. You can embed an Airtable view into your Webflow site using the Airtable embed code widget.
2. Sheet2Site: Sheet2Site is a tool that helps you turn a Google Sheet into a website without coding. It provides various templates for different types of websites, including responsive tables. Simply populate your Google Sheet with data and customize the design and functionality of the table using Sheet2Site's interface. Once done, you can embed the responsive table into your Webflow site.
3. TablePress: TablePress is a WordPress plugin that allows you to create and manage tables easily. While it is primarily designed for WordPress, you can still generate the table HTML code using TablePress and then embed it into your Webflow site using an embed code widget. TablePress offers features like sorting and filtering, and you can style the table using CSS.
4. DataTables: DataTables is a powerful JavaScript library that provides advanced features for working with HTML tables. It allows you to add sorting, filtering, and pagination to your tables with ease. You can include the DataTables library in your Webflow site by linking to it in the custom code settings, and then initialize and customize the tables using JavaScript.
5. JQWidgets: JQWidgets is a set of jQuery-based UI widgets, including a data grid component. It provides features like sorting, filtering, grouping, and exporting data. You can include the JQWidgets library in your Webflow site by linking to it in the custom code settings, and then use the data grid component to create responsive and dynamic tables.
These are just a few alternatives to consider for creating responsive, filterable, and sortable dynamic tables on your Webflow site. Each option has its own set of features and capabilities, so choose the one that best fits your specific requirements and technical expertise.