kuanhsuh
8/7/2017 - 7:05 AM

react if render

react if render

{(this.state.rows.length) === 0 &&
<tr>
  <td colSpan="4">暂无记录</td>
</tr>
}