You are here

Files in Responsive Tables Filter 7

Primary tabs

File namesort descending Location Namespace Description
custom.css tests/assets/custom.css /*! Tablesaw - v3.0.0-beta.1 - 2016-09-19 * https://github.com/filamentgroup/tablesaw * Copyright (c) 2016 Filament Group; Licensed MIT */ table.tablesaw { empty-cells: show; max-width: 100%; width: 100%; …
README.txt README.txt RESPONSIVE TABLES FILTER ------------------------ Enable the "Make tables responsive" text format filter to display field tables responsively using the [Tablesaw Library](https://www.filamentgroup.com/lab/tablesaw.html). * For a full…
ResponsiveTablesFilter.test tests/ResponsiveTablesFilter.test Tests for responsive_tables_filter module.
responsive_tables_filter.admin.inc responsive_tables_filter.admin.inc Make tables responsive, when filter is enabled for the field.
responsive_tables_filter.info responsive_tables_filter.info name = Responsive Tables Filter description = Makes tables in fields responsive core = 7.x package = "Input filters" dependencies[] = filter dependencies[] = jquery_update files[] = tests/ResponsiveTablesFilter.test test_dependencies[] = views
responsive_tables_filter.install responsive_tables_filter.install Install and update code for responsive_tables_filter.
responsive_tables_filter.module responsive_tables_filter.module Make tables responsive, when filter is enabled for the field.
tablesaw.stackonly-base.css tablesaw/css/tablesaw.stackonly-base.css /*! Tablesaw - v3.1.1 - 2019-03-15 * https://github.com/filamentgroup/tablesaw * Copyright (c) 2019 Filament Group; Licensed MIT */ /* Drupal module note: this replicates the full-width rendering of tables and leaves out responsive behavior; this is…
tablesaw.stackonly-responsive.css tablesaw/css/tablesaw.stackonly-responsive.css /*! Tablesaw - v3.1.2 - 2019-03-19 * https://github.com/filamentgroup/tablesaw * Copyright (c) 2019 Filament Group; Licensed MIT */ .tablesaw { width: 100%; max-width: 100%; empty-cells: show; border-collapse: collapse; border: 0; …
tablesaw.stackonly.beta1.css tablesaw/css/tablesaw.stackonly.beta1.css /*! Tablesaw - v3.0.0-beta.1 - 2016-09-19 * https://github.com/filamentgroup/tablesaw * Copyright (c) 2016 Filament Group; Licensed MIT */ table.tablesaw { empty-cells: show; max-width: 100%; width: 100%; } .tablesaw { border-collapse:…

Other projects