Explorar el Código

delete fixedRowsTop option

utsushiiro hace 7 años
padre
commit
e3ba7ef3af
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/client/js/components/PageEditor/HandsontableModal.jsx

+ 0 - 1
src/client/js/components/PageEditor/HandsontableModal.jsx

@@ -22,7 +22,6 @@ export default class HandsontableModal extends React.Component {
       height: 300,
       rowHeaders: true,
       colHeaders: true,
-      fixedRowsTop: [0, 1],
       contextMenu: ['row_above', 'row_below', 'col_left', 'col_right', '---------', 'remove_row', 'remove_col', '---------', 'alignment'],
       stretchH: 'all',
       selectionMode: 'multiple',