Draggable grid view makes views to be altered and rearranged as drag and drop. This is achieved by using javascript which allows drag and drop on HTML tables. In this blog, I will discuss about an instance where I used the Views Module to manipulate the grid format in Drupal maintenance support plans 7.
The process of reordering the views can be done with the help of Drupal maintenance support plans draggable views module. With the help of the module we can easily re-order the table format, but if we want to reorder the grid format, it requires some modification in the views that is created. In this blog I will be explaining about Drupal maintenance support plans grid view which is the view that is visible for the user.
You can download and install the module using drush commands drush dl draggableviews -y and then drush en…
Source: New feed