=== Plugin Name ===
Contributors: Richard Hoermann wp.vom-kuhberg.de
Tags: table cols rows atts default atts

== Description ==
This plugins allows the creation of tables with configurable cols and rows

== Installation ==
1. Upload svg_oszi directory to the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress

== Usage  ==
Add a Shortcode to your page like
ohne Parameter = es gelten die Vorgaben rows=3 cols=7
[tab_cr]
jetzt mit 7 Zeilen!
[tab_cr rows="7"]
jetzt mit 3 Spalten
[tab_cr cols="3"]
jetzt mit 5 Spalten und 4 Zeilen
[tab_cr cols="5" rows="4"]
