We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e282a8e + dd580dc commit c1fc9a9Copy full SHA for c1fc9a9
plugins/table/dialogs/table.js
@@ -157,7 +157,7 @@
157
// Should we make a <thead>?
158
var headers = info.selHeaders;
159
if ( !table.$.tHead && ( headers == 'row' || headers == 'both' ) ) {
160
- var thead = table.findOne( 'thead' );
+ var thead = table.getElementsByTag( 'thead' ).getItem( 0 );
161
tbody = table.getElementsByTag( 'tbody' ).getItem( 0 );
162
var theRow = tbody.getElementsByTag( 'tr' ).getItem( 0 );
163
0 commit comments