|
@@ -230,7 +230,7 @@ class Table extends Component {
|
|
var toggle = sep.find("a");
|
|
var toggle = sep.find("a");
|
|
var title = if( sheet.props.separatorTitles != null ) sheet.props.separatorTitles[sindex] else null;
|
|
var title = if( sheet.props.separatorTitles != null ) sheet.props.separatorTitles[sindex] else null;
|
|
if( title != null )
|
|
if( title != null )
|
|
- sep.addClass('separator-$title');
|
|
|
|
|
|
+ sep.addClass('separator-$title'.toLowerCase());
|
|
|
|
|
|
function getLines() {
|
|
function getLines() {
|
|
var snext = 0, sref = -1;
|
|
var snext = 0, sref = -1;
|