You can control the display of some component pieces with the following properties:
| Property |
Default |
Options |
Usage |
$showSearch |
true |
bool |
Show the search box |
$paginationEnabled |
true |
bool |
Enable pagination or fetch all records with no pagination |
$showPerPage |
true |
bool |
Show the per page selector when pagination is enabled |
$showPagination |
true |
bool |
Show the pagination when pagination is enabled |
$showSorting |
true |
bool |
Show the sorting pills |
$showFilters |
true |
bool |
Show the filter pills |
$showFilterDropdown |
true |
bool |
Show the filter dropdown |
$offlineIndicator |
true |
bool |
Shows a red banner when there is no internet connection. |
$emptyMessage |
No items found. Try narrowing your search. |
string |
Set the default empty message of the table |
$responsive |
true |
bool |
Enable/disable table responsiveness - v1.16 and above |