updated documentation with new features

pull/2550/head
pblasiak 2022-05-19 14:16:10 +02:00
parent 305486dc8a
commit 179d65b5ce
1 changed files with 11 additions and 0 deletions

View File

@ -332,6 +332,12 @@ export default {
<td>object</td> <td>object</td>
<td>null</td> <td>null</td>
<td>Whether to use the virtualScroller feature. The properties of <router-link to="/virtualscroller">VirtualScroller</router-link> component can be used like an object in it.</td> <td>Whether to use the virtualScroller feature. The properties of <router-link to="/virtualscroller">VirtualScroller</router-link> component can be used like an object in it.</td>
</tr>
<tr>
<td>clearFilterOnHide</td>
<td>boolean</td>
<td>false</td>
<td>Whether to clear filterInput when the overlay is hidden.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -410,6 +416,11 @@ export default {
<td>hide</td> <td>hide</td>
<td>-</td> <td>-</td>
<td>Hides the overlay.</td> <td>Hides the overlay.</td>
</tr>
<tr>
<td>clearFilter</td>
<td>-</td>
<td>Clears filter input.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>