Skip to content
On this page

Searchable

Better table allows filter data by search.

Search can be enabled by searchable property

Example

Focus search input and type something

IDNameIs leader
1
Uno Sacry SaintoFia
2
Nick Niclson
0
Ed Hungry
0
4
Bars Beautiful
5
Emma
6
Sonja
7 items

Vue code

vue
<template>
	<!-- ... -->
	<BetterTable
		:structure="tableStructure"
		:data="tableData"
		searchable
	/>
	<!-- ... -->
</template>