Explorar el Código

Table: initialize data only the component is visible

master
Bing Sun hace 5 años
padre
commit
5fc4d880c4
Firmado por: sunb ID de clave GPG: F7795F8C590626AB
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/Table.js

+ 1
- 1
src/components/Table.js Ver fichero

@@ -79,7 +79,7 @@ export default initial_vnode => {
generate_pages()

// initialize data
if (model.ambient_changed()) {
if (model.ambient_changed() && vnode.attrs.show) {
offset = 0
model.select(offset, limit)
}


Cargando…
Cancelar
Guardar