vueye-table
vueye-table copied to clipboard
expand function and row height
...
could you build a sandbox that reproduces the issue?
@boussadjra yes, here is sandbox: https://codesandbox.io/s/vueye-table-forked-hf96q
note that even if rows length is not 1 (employees.json, not test.json), there is still height bugs exist.
for example, try to expand and close '>' in page '2'
//import employees from "./assets/employees.json"; // rows length > 1
import employees from "./assets/test.json"; // rows length == 1
@sailfish009 thanks for raising this issue I'll work to debug it and fix it
@sailfish009 I can't see that issue, which browser are you using?
@boussadjra firefox nightly. chrome is ok.