Views Definition List

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a views style and row style to build a single definition list. Field labels are rendered as the terms (dt), and values are rendered as the definitons (dd).

exdb

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Connecting to the external database(both drupal or non drupal database tables )and creating views and displaying as a page or block

Views Mine

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a tiny Views sort handler which floats entities owned by the current user (content you've authored, for example) to the top of the results. Works with any entity type that defines the uid key.

Views Refresh

Component type

module

Categories

Maintenance status

Development status

Downloads

1801

Component created

Component changed

The module provides AJAX command to refresh the current page of the view. This is API only module.

To get AJAX commands in PHP, you can use functions:

Views Inject

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows to inject any piece of content between views results.
It uses standard views global area plugins like as text area or views results.
This module also includes additional global area plugin to inject blocks. So it can be used to place blocks in the header/footer/empty areas.

The module needs applying this patch:
https://www.drupal.org/node/2727677#comment-11200451

Search API View Modes

Component type

module

Maintenance status

Development status

Downloads

2080

Component created

Component changed

This module adds support to index multiple view mode renderings on an entity, instead of just one.

Configuration

There is very little to configuring this module. Enabling it will add a new data alteration callback in an index called "Multiple entity views". Select all the view modes in its option list for the indexed entity. When processing the data, Search API will render the entity item in each view mode, storing the rendered HTML as an item in your indexed record.

Views Responsive Table using table saw plugin

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides integration for the jQuery Tablesaw plugin for creating responsive tables. The Tablesaw plugin allows wide tables to appear as usual on large displays but on smaller screens it can hide certain columns within swiping rows.
Note : It will work for responsive theme

Installation instructions in Drupal 7

1. Download the tablesaw library from https://github.com/filamentgroup/tablesaw