Home > New concrete5 addons > Tables v2.2.2 for concrete 5.4.x released

Tables v2.2.2 for concrete 5.4.x released

This update is final for the 5.4.x branch. We are almost ready with the 5.5.x update, but it’s not published yet.

So, here are the things fixed in Tables 2.2.2:

BUGS:
– on some MySQL servers there was an error thrown during the addon installation. It said: "1101: BLOB/TEXT column ‘defaultValue’ can’t have a default value" It should be fixed.
-when adding a file/image there was a problem to select a file which is not on the first page of the file search results. Fixed.

FEATURES:

It is now possible to Copy (Clone) a table: you can choose either to copy only structure, or both structure and data.

The basic ‘view.php’ template of the ‘Table’ block now has some code that allows to add custom classes for each column:
just change this code (column classes are disabled by default):

// change to true if you need column classes
$add_column_classes = false;
// column class prefix
$column_class_prefix = 'swp-table-column-';

For example, in this way:

// change to true if you need column classes
$add_column_classes = true;
// column class prefix
$column_class_prefix = 'my-prefix-';

And each cell will have a class designating the column number (‘my-prefix-1’), which can be used in CSS for styling.

Categories: New concrete5 addons Tags:
  1. No comments yet.
  1. No trackbacks yet.