@rxap/material-table-system
Version:
This package provides a set of Angular directives, components, and services to enhance and customize Angular Material tables. It includes features such as row selection, column filtering, expandable rows, table actions, and more. The goal is to simplify c
623 lines (612 loc) • 84.9 kB
HTML
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>angular-material-table-system</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="./images/favicon.ico">
<link rel="stylesheet" href="./styles/style.css">
<link rel="stylesheet" href="./styles/dark.css">
</head>
<body>
<script>
// Blocking script to avoid flickering dark mode
// Dark mode toggle button
var useDark = window.matchMedia('(prefers-color-scheme: dark)');
var darkModeState = useDark.matches;
var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
function checkToggle(check) {
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
$darkModeToggleSwitchers[i].checked = check;
}
}
function toggleDarkMode(state) {
if (window.localStorage) {
localStorage.setItem('compodoc_darkmode-state', state);
}
checkToggle(state);
const hasClass = document.body.classList.contains('dark');
if (state) {
for (var i = 0; i < $darkModeToggles.length; i++) {
$darkModeToggles[i].classList.add('dark');
}
if (!hasClass) {
document.body.classList.add('dark');
}
} else {
for (var i = 0; i < $darkModeToggles.length; i++) {
$darkModeToggles[i].classList.remove('dark');
}
if (hasClass) {
document.body.classList.remove('dark');
}
}
}
useDark.addEventListener('change', function (evt) {
toggleDarkMode(evt.matches);
});
if (darkModeStateLocal) {
darkModeState = darkModeStateLocal === 'true';
}
toggleDarkMode(darkModeState);
</script>
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
<div class="d-flex">
<a href="./" class="navbar-brand">angular-material-table-system</a>
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
</div>
</div>
<div class="xs-menu menu" id="mobile-menu">
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
</div>
<div class="container-fluid main">
<div class="row main">
<div class="d-none d-md-block menu">
<compodoc-menu mode="normal"></compodoc-menu>
</div>
<!-- START CONTENT -->
<div class="content getting-started">
<div class="content-data">
<h1>Change Log</h1>
<p>All notable changes to this project will be documented in this file.
See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.3-dev.2...@rxap/material-table-system@19.0.3">19.0.3</a> (2025-03-07)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.3-dev.1...@rxap/material-table-system@19.0.3-dev.2">19.0.3-dev.2</a> (2025-02-28)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.3-dev.0...@rxap/material-table-system@19.0.3-dev.1">19.0.3-dev.1</a> (2025-02-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/5810ff609fe867842a6c9fc8531511dc1e97587a">5810ff6</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.2...@rxap/material-table-system@19.0.3-dev.0">19.0.3-dev.0</a> (2025-02-25)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/7060546f6e8c0c7644bd18f5ad6b1ed62c672fc2">7060546</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.2-dev.3...@rxap/material-table-system@19.0.2">19.0.2</a> (2025-02-23)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.2-dev.2...@rxap/material-table-system@19.0.2-dev.3">19.0.2-dev.3</a> (2025-02-23)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.2-dev.1...@rxap/material-table-system@19.0.2-dev.2">19.0.2-dev.2</a> (2025-02-23)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.2-dev.0...@rxap/material-table-system@19.0.2-dev.1">19.0.2-dev.1</a> (2025-02-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/4afd316e33c6edab0e500d7ddc572ae8e48f8c34">4afd316</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.1...@rxap/material-table-system@19.0.2-dev.0">19.0.2-dev.0</a> (2025-02-18)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.1-dev.6...@rxap/material-table-system@19.0.1">19.0.1</a> (2025-02-13)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.1-dev.5...@rxap/material-table-system@19.0.1-dev.6">19.0.1-dev.6</a> (2025-02-13)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/21378b776550fac07c12e59e98c1466e80ea1232">21378b7</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.1-dev.4...@rxap/material-table-system@19.0.1-dev.5">19.0.1-dev.5</a> (2025-02-13)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.1-dev.3...@rxap/material-table-system@19.0.1-dev.4">19.0.1-dev.4</a> (2025-02-10)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.1-dev.2...@rxap/material-table-system@19.0.1-dev.3">19.0.1-dev.3</a> (2025-02-07)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.1-dev.1...@rxap/material-table-system@19.0.1-dev.2">19.0.1-dev.2</a> (2025-01-28)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.1-dev.0...@rxap/material-table-system@19.0.1-dev.1">19.0.1-dev.1</a> (2025-01-22)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.0...@rxap/material-table-system@19.0.1-dev.0">19.0.1-dev.0</a> (2025-01-08)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.0-dev.2...@rxap/material-table-system@19.0.0">19.0.0</a> (2025-01-08)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@19.0.0-dev.1...@rxap/material-table-system@19.0.0-dev.2">19.0.0-dev.2</a> (2025-01-03)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.9-dev.0...@rxap/material-table-system@19.0.0-dev.1">19.0.0-dev.1</a> (2024-12-11)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.8...@rxap/material-table-system@18.0.9-dev.0">18.0.9-dev.0</a> (2024-12-10)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.8-dev.0...@rxap/material-table-system@18.0.8">18.0.8</a> (2024-10-28)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.7...@rxap/material-table-system@18.0.8-dev.0">18.0.8-dev.0</a> (2024-10-04)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.7-dev.0...@rxap/material-table-system@18.0.7">18.0.7</a> (2024-08-22)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.6...@rxap/material-table-system@18.0.7-dev.0">18.0.7-dev.0</a> (2024-08-22)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.6-dev.1...@rxap/material-table-system@18.0.6">18.0.6</a> (2024-07-30)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.6-dev.0...@rxap/material-table-system@18.0.6-dev.1">18.0.6-dev.1</a> (2024-07-25)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.5...@rxap/material-table-system@18.0.6-dev.0">18.0.6-dev.0</a> (2024-07-09)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.5-dev.0...@rxap/material-table-system@18.0.5">18.0.5</a> (2024-06-30)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.4...@rxap/material-table-system@18.0.5-dev.0">18.0.5-dev.0</a> (2024-06-30)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.3...@rxap/material-table-system@18.0.4">18.0.4</a> (2024-06-28)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add default compare with function (<a href="https://gitlab.com/rxap/packages/commit/16e35efbfdeaa58ce4524cd470525e3e52765aec">16e35ef</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.3-dev.1...@rxap/material-table-system@18.0.3">18.0.3</a> (2024-06-28)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.3-dev.0...@rxap/material-table-system@18.0.3-dev.1">18.0.3-dev.1</a> (2024-06-21)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.2...@rxap/material-table-system@18.0.3-dev.0">18.0.3-dev.0</a> (2024-06-20)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.2-dev.2...@rxap/material-table-system@18.0.2">18.0.2</a> (2024-06-18)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.2-dev.1...@rxap/material-table-system@18.0.2-dev.2">18.0.2-dev.2</a> (2024-06-17)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.2-dev.0...@rxap/material-table-system@18.0.2-dev.1">18.0.2-dev.1</a> (2024-06-17)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.1...@rxap/material-table-system@18.0.2-dev.0">18.0.2-dev.0</a> (2024-06-05)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@18.0.1-dev.0...@rxap/material-table-system@18.0.1">18.0.1</a> (2024-05-30)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@17.0.1...@rxap/material-table-system@18.0.1-dev.0">18.0.1-dev.0</a> (2024-05-30)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@17.0.1...@rxap/material-table-system@17.0.1">17.0.1</a> (2024-05-29)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@17.0.1...@rxap/material-table-system@17.0.1-dev.0">17.0.1-dev.0</a> (2024-05-29)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@17.0.1-dev.0...@rxap/material-table-system@17.0.1">17.0.1</a> (2024-05-29)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.2.1...@rxap/material-table-system@17.0.1-dev.0">17.0.1-dev.0</a> (2024-05-29)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.2.1-dev.0...@rxap/material-table-system@16.2.1">16.2.1</a> (2024-05-28)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.2.0...@rxap/material-table-system@16.2.1-dev.0">16.2.1-dev.0</a> (2024-05-28)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.2.0-dev.1...@rxap/material-table-system@16.2.0">16.2.0</a> (2024-05-27)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.2.0-dev.0...@rxap/material-table-system@16.2.0-dev.1">16.2.0-dev.1</a> (2024-05-27)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.1.0...@rxap/material-table-system@16.2.0-dev.0">16.2.0-dev.0</a> (2024-04-28)</h1>
<h3>Features</h3>
<ul>
<li>add last refresh date concept (<a href="https://gitlab.com/rxap/packages/commit/012f64cb4de47f6fc1f2351a47bdf9b2833a169d">012f64c</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.1.0-dev.3...@rxap/material-table-system@16.1.0">16.1.0</a> (2024-04-17)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.1.0-dev.2...@rxap/material-table-system@16.1.0-dev.3">16.1.0-dev.3</a> (2024-04-16)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>only trigger the reset once (<a href="https://gitlab.com/rxap/packages/commit/587e25aab85f08d9a8bafe14615facc44b0e2891">587e25a</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.1.0-dev.1...@rxap/material-table-system@16.1.0-dev.2">16.1.0-dev.2</a> (2024-04-16)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>add missing reset binding (<a href="https://gitlab.com/rxap/packages/commit/c34c150a21fa35b827e5a043912ac84357a9f97c">c34c150</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.1.0-dev.0...@rxap/material-table-system@16.1.0-dev.1">16.1.0-dev.1</a> (2024-04-16)</h1>
<h3>Features</h3>
<ul>
<li>support reset of table data source (<a href="https://gitlab.com/rxap/packages/commit/e974428da3c732ed5abab386a2a119e64c9c366e">e974428</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.1-dev.6...@rxap/material-table-system@16.1.0-dev.0">16.1.0-dev.0</a> (2024-04-09)</h1>
<h3>Features</h3>
<ul>
<li>add table column filter (<a href="https://gitlab.com/rxap/packages/commit/9e0e36737d663c68856ab32c91693e238606b75a">9e0e367</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.1-dev.5...@rxap/material-table-system@16.0.1-dev.6">16.0.1-dev.6</a> (2024-04-09)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.1-dev.4...@rxap/material-table-system@16.0.1-dev.5">16.0.1-dev.5</a> (2024-03-25)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>support __removedAt as column name (<a href="https://gitlab.com/rxap/packages/commit/7ca2d9ec574ad4336e1386f974fe8e311560ab79">7ca2d9e</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.1-dev.3...@rxap/material-table-system@16.0.1-dev.4">16.0.1-dev.4</a> (2024-03-11)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.1-dev.2...@rxap/material-table-system@16.0.1-dev.3">16.0.1-dev.3</a> (2024-03-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>only render visible columns (<a href="https://gitlab.com/rxap/packages/commit/0fd5c42f8486cf89c5d14f8f255d343af22711d4">0fd5c42</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.1-dev.1...@rxap/material-table-system@16.0.1-dev.2">16.0.1-dev.2</a> (2024-03-05)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.1-dev.0...@rxap/material-table-system@16.0.1-dev.1">16.0.1-dev.1</a> (2024-03-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>use correct tailwind class for hidden (<a href="https://gitlab.com/rxap/packages/commit/e56611cfdf62e135d25d28614c5b4641855fa635">e56611c</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0...@rxap/material-table-system@16.0.1-dev.0">16.0.1-dev.0</a> (2024-02-09)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>remove FlexLayout dependency (<a href="https://gitlab.com/rxap/packages/commit/1fea895ea326d64e3ca230386175d1cd71d25ace">1fea895</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.32...@rxap/material-table-system@16.0.0">16.0.0</a> (2024-02-07)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.31...@rxap/material-table-system@16.0.0-dev.32">16.0.0-dev.32</a> (2024-01-18)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>clear row selection model on archive toggle (<a href="https://gitlab.com/rxap/packages/commit/008b363fe918cc5ef41e2fb645611857b96857c8">008b363</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.30...@rxap/material-table-system@16.0.0-dev.31">16.0.0-dev.31</a> (2023-11-23)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>support custom column name (<a href="https://gitlab.com/rxap/packages/commit/278472996ad96fba8d8b6672908692664ce9cfad">2784729</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.29...@rxap/material-table-system@16.0.0-dev.30">16.0.0-dev.30</a> (2023-11-17)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>add utility classes to element on init (<a href="https://gitlab.com/rxap/packages/commit/6fc62a8ceebaf4de6b4b6cded04e641c9f4170e5">6fc62a8</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.28...@rxap/material-table-system@16.0.0-dev.29">16.0.0-dev.29</a> (2023-11-16)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>support mat card inline (<a href="https://gitlab.com/rxap/packages/commit/0e42a58206b0c522dd5b5e597ce5657b8ce14c5b">0e42a58</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.27...@rxap/material-table-system@16.0.0-dev.28">16.0.0-dev.28</a> (2023-10-18)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>add missing type attr to button elements (<a href="https://gitlab.com/rxap/packages/commit/7e1ec238905a8bbdfcefc742f4147dc90725d8c7">7e1ec23</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.26...@rxap/material-table-system@16.0.0-dev.27">16.0.0-dev.27</a> (2023-10-11)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.26...@rxap/material-table-system@16.0.0-dev.26">16.0.0-dev.26</a> (2023-10-11)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.9...@rxap/material-table-system@16.0.0-dev.26">16.0.0-dev.26</a> (2023-10-11)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>add browser-tailwind as imp dep if project has tailwind configuration (<a href="https://gitlab.com/rxap/packages/commit/3d906604470f4f26d157f4683afe72b3dd8baae3">3d90660</a>)</li>
<li>add licence file to publishable packages (<a href="https://gitlab.com/rxap/packages/commit/d7de1cb9db1bd1628f37084e3b0ffd1755aa75f6">d7de1cb</a>)</li>
<li>add tailwind bundle build target and configurations (<a href="https://gitlab.com/rxap/packages/commit/de3825a0e2977389f81cc4ce63e510767ca25810">de3825a</a>)</li>
<li>ensure the project name is not included in the project tag list (<a href="https://gitlab.com/rxap/packages/commit/46d44798258ea1b20df9d4408b9c0809f55027b2">46d4479</a>)</li>
<li>expose inharated inputs (<a href="https://gitlab.com/rxap/packages/commit/a61650fafe0df108d89cd4124cd3535193d1d944">a61650f</a>)</li>
<li>generate readme with peer dependencies to install (<a href="https://gitlab.com/rxap/packages/commit/27c2cd7d98f0c8a499b8c30719f49d69e4970ae9">27c2cd7</a>)</li>
<li>inject correct button type (<a href="https://gitlab.com/rxap/packages/commit/344b1eb74de40c973cbc870c8f6ec1e505b774eb">344b1eb</a>)</li>
<li>introduce the NormalizeTableRow function (<a href="https://gitlab.com/rxap/packages/commit/e447c7a66a4a5c7302e88e4c91a6e60bbdc05ebd">e447c7a</a>)</li>
<li>only set metadata if not already defined (<a href="https://gitlab.com/rxap/packages/commit/6bb4264585c94e79a9b51a5be2d405c92032a8d0">6bb4264</a>)</li>
<li>peer dependency issue (<a href="https://gitlab.com/rxap/packages/commit/ee95415370d9ef2396916d6c25061a0df791034a">ee95415</a>)</li>
<li>remove @Required decorator (<a href="https://gitlab.com/rxap/packages/commit/bcd9988f0667bf4563a0e5b91977becfd29b1597">bcd9988</a>)</li>
<li>split table row action directives (<a href="https://gitlab.com/rxap/packages/commit/becf34aecda60b8cc43e8c15ac17d11d8feb111c">becf34a</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add TableHeaderButton directive (<a href="https://gitlab.com/rxap/packages/commit/4184ecad9e7a9d8d0169bea26d9faf7ba369011e">4184eca</a>)</li>
<li>support button color input (<a href="https://gitlab.com/rxap/packages/commit/f1b3716aaf62cc6d0282b0515cee5c6213ee4911">f1b3716</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.24...@rxap/material-table-system@16.0.0-dev.25">16.0.0-dev.25</a> (2023-10-03)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>introduce the NormalizeTableRow function (<a href="https://gitlab.com/rxap/packages/commit/c69b1ccc74f1c942d50ad06cd2df8c9812205328">c69b1cc</a>)</li>
<li>only set metadata if not already defined (<a href="https://gitlab.com/rxap/packages/commit/c0c0e030362f53bcb07cfd2c4e4bf97c409fcf71">c0c0e03</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.23...@rxap/material-table-system@16.0.0-dev.24">16.0.0-dev.24</a> (2023-09-27)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.22...@rxap/material-table-system@16.0.0-dev.23">16.0.0-dev.23</a> (2023-09-12)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>peer dependency issue (<a href="https://gitlab.com/rxap/packages/commit/e67e2b8eb884b598536d16c2c544a9ad9be5b53e">e67e2b8</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.21...@rxap/material-table-system@16.0.0-dev.22">16.0.0-dev.22</a> (2023-09-12)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.20...@rxap/material-table-system@16.0.0-dev.21">16.0.0-dev.21</a> (2023-09-07)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.19...@rxap/material-table-system@16.0.0-dev.20">16.0.0-dev.20</a> (2023-09-07)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.18...@rxap/material-table-system@16.0.0-dev.19">16.0.0-dev.19</a> (2023-09-03)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.17...@rxap/material-table-system@16.0.0-dev.18">16.0.0-dev.18</a> (2023-09-03)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.16...@rxap/material-table-system@16.0.0-dev.17">16.0.0-dev.17</a> (2023-08-31)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>ensure the project name is not included in the project tag list (<a href="https://gitlab.com/rxap/packages/commit/b131ac3bd92b3b8799d62f15bbd30a1997d7c753">b131ac3</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.15...@rxap/material-table-system@16.0.0-dev.16">16.0.0-dev.16</a> (2023-08-15)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>expose inharated inputs (<a href="https://gitlab.com/rxap/packages/commit/a76266da7e348b08f59ff6ddccbd61d40db2183b">a76266d</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.14...@rxap/material-table-system@16.0.0-dev.15">16.0.0-dev.15</a> (2023-08-14)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>inject correct button type (<a href="https://gitlab.com/rxap/packages/commit/812d19821eac6769037c800f41d150fda263fa45">812d198</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add TableHeaderButton directive (<a href="https://gitlab.com/rxap/packages/commit/da9bf3256cad7bc5a7cc3a1d83765876141f926a">da9bf32</a>)</li>
<li>support button color input (<a href="https://gitlab.com/rxap/packages/commit/b3a41d16134488df51c5da02775dd65467f983cc">b3a41d1</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.13...@rxap/material-table-system@16.0.0-dev.14">16.0.0-dev.14</a> (2023-08-06)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>remove @Required decorator (<a href="https://gitlab.com/rxap/packages/commit/8df4bf33d4a9929f5bc65f8973963fbe1d7ce193">8df4bf3</a>)</li>
<li>split table row action directives (<a href="https://gitlab.com/rxap/packages/commit/a8c121e9bf29009d0bbc6b144422d68eae1d9142">a8c121e</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.12...@rxap/material-table-system@16.0.0-dev.13">16.0.0-dev.13</a> (2023-08-04)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>add licence file to publishable packages (<a href="https://gitlab.com/rxap/packages/commit/ca6d4d509a743b89bad5ed7ae935d3007231705a">ca6d4d5</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.11...@rxap/material-table-system@16.0.0-dev.12">16.0.0-dev.12</a> (2023-08-03)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.10...@rxap/material-table-system@16.0.0-dev.11">16.0.0-dev.11</a> (2023-08-01)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>add browser-tailwind as imp dep if project has tailwind configuration (<a href="https://gitlab.com/rxap/packages/commit/6ea13c5f9b4e652436bf1da879b564d1ed7b8061">6ea13c5</a>)</li>
<li>add tailwind bundle build target and configurations (<a href="https://gitlab.com/rxap/packages/commit/bec6b96be15bbc11ad072ccefdcaf7df9e8fea52">bec6b96</a>)</li>
<li>generate readme with peer dependencies to install (<a href="https://gitlab.com/rxap/packages/commit/e7039bb5e86ffeadfe7cc92d5fc71d32f8efb4fb">e7039bb</a>)</li>
</ul>
<h1>16.0.0-dev.10 (2023-08-01)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>add missing utility modules (<a href="https://gitlab.com/rxap/packages/commit/782ea5d41816f476700a1e88918af83303f26fc9">782ea5d</a>)</li>
<li>remove material legacy imports (<a href="https://gitlab.com/rxap/packages/commit/e6f95c49554cfd93f415fd49f1bf8c089df177fa">e6f95c4</a>)</li>
<li>restructure and merge mono repos packages, schematics, plugins and nest (<a href="https://gitlab.com/rxap/packages/commit/a057d77ca2acf9426a03a497da8532f8a2fe2c86">a057d77</a>)</li>
<li>simplify types (<a href="https://gitlab.com/rxap/packages/commit/522d05eb4dd454a2afe778ede355bfd75321c443">522d05e</a>)</li>
<li>simplify types (<a href="https://gitlab.com/rxap/packages/commit/707d284891b72a8aa9afd1dbd6902d80eef28ea8">707d284</a>)</li>
<li><strong>table-column-manu:</strong> add missing utility module (<a href="https://gitlab.com/rxap/packages/commit/ee43748cd0bdef0f00bd6ae9b5553eba1dbb38b7">ee43748</a>)</li>
<li>update package dependency versions (<a href="https://gitlab.com/rxap/packages/commit/45bd022d755c0c11f7d0bcc76d26b39928007941">45bd022</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.8...@rxap/material-table-system@16.0.0-dev.9">16.0.0-dev.9</a> (2023-07-20)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>remove material legacy imports (<a href="https://gitlab.com/rxap/packages/commit/a6e871bed7251aedeb51a557489c908ef343f023">a6e871b</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.7...@rxap/material-table-system@16.0.0-dev.8">16.0.0-dev.8</a> (2023-07-13)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>table-column-manu:</strong> add missing utility module (<a href="https://gitlab.com/rxap/packages/commit/8ae7add36eaf8261b867ebb65aab44384f08a9e2">8ae7add</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.6...@rxap/material-table-system@16.0.0-dev.7">16.0.0-dev.7</a> (2023-07-11)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>simplify types (<a href="https://gitlab.com/rxap/packages/commit/f87edee170bdc1ee2017bb15ac2816b70acee759">f87edee</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.5...@rxap/material-table-system@16.0.0-dev.6">16.0.0-dev.6</a> (2023-07-11)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>simplify types (<a href="https://gitlab.com/rxap/packages/commit/63624021e8e115f14d774e268a59b9683458cf03">6362402</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.4...@rxap/material-table-system@16.0.0-dev.5">16.0.0-dev.5</a> (2023-07-11)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>add missing utility modules (<a href="https://gitlab.com/rxap/packages/commit/105b0952f4d90f6d6263b6ed07411cfdd8e4764c">105b095</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.3...@rxap/material-table-system@16.0.0-dev.4">16.0.0-dev.4</a> (2023-07-10)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>update package dependency versions (<a href="https://gitlab.com/rxap/packages/commit/8479f5c405a885cc0f300cec6156584e4c65d59c">8479f5c</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.2...@rxap/material-table-system@16.0.0-dev.3">16.0.0-dev.3</a> (2023-07-10)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>restructure and merge mono repos packages, schematics, plugins and nest (<a href="https://gitlab.com/rxap/packages/commit/653b4cd39fc92d322df9b3959651fea0aa6079da">653b4cd</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.1...@rxap/material-table-system@16.0.0-dev.2">16.0.0-dev.2</a> (2023-05-31)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@16.0.0-dev.0...@rxap/material-table-system@16.0.0-dev.1">16.0.0-dev.1</a> (2023-05-18)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>update rxap packagedependencies (<a href="https://gitlab.com/rxap/packages/commit/6e12567c05ee3c504da5079cb393660f2ab4cd30">6e12567</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@15.0.0...@rxap/material-table-system@16.0.0-dev.0">16.0.0-dev.0</a> (2023-05-18)</h1>
<h3>chore</h3>
<ul>
<li>upgrade to nrwl 16.x.x (<a href="https://gitlab.com/rxap/packages/commit/12dd87ef38d465c8af33cd26f7d5d7714bf7c392">12dd87e</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>upgrade nrwl 16.x.x</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@14.4.0...@rxap/material-table-system@15.0.0">15.0.0</a> (2023-05-17)</h1>
<h3>chore</h3>
<ul>
<li>upgrade to nrwl 15.x.x (<a href="https://gitlab.com/rxap/packages/commit/ad95577538adc5cd134cde8d1ff3b8fad52c9c2b">ad95577</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>upgrade nrwl 15.x.x</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@14.4.0-dev.2...@rxap/material-table-system@14.4.0">14.4.0</a> (2023-05-17)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@14.4.0-dev.1...@rxap/material-table-system@14.4.0-dev.2">14.4.0-dev.2</a> (2023-05-11)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>only show table header controls ifpossible (<a href="https://gitlab.com/rxap/packages/commit/8492763e378a46d4197fcc55f169e2f46954507a">8492763</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@14.4.0-dev.0...@rxap/material-table-system@14.4.0-dev.1">14.4.0-dev.1</a> (2023-04-18)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>bind retry and refreshmethods (<a href="https://gitlab.com/rxap/packages/commit/c2efa6b030d5bf4293bc8d4ecee7a599af9ff232">c2efa6b</a>)</li>
<li><strong>material-form-system:</strong> support formDefinition frominput (<a href="https://gitlab.com/rxap/packages/commit/c44ef497f0ca840135bb630f4cdda3958800c915">c44ef49</a>)</li>
<li><strong>table-row-actions:</strong> support untyped tableactions (<a href="https://gitlab.com/rxap/packages/commit/9db515738ac482ffadfac8759400130267dfc56d">9db5157</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>table-row-actions:</strong> support optionsobjects (<a href="https://gitlab.com/rxap/packages/commit/1b81b6547af2bc6c0dc0d4dc1652bea30c158808">1b81b65</a>)</li>
<li>support data source retryfeature (<a href="https://gitlab.com/rxap/packages/commit/0a16994d57fa04736c914093e4f6397b375ca122">0a16994</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@14.3.0...@rxap/material-table-system@14.4.0-dev.0">14.4.0-dev.0</a> (2023-01-31)</h1>
<h3>Features</h3>
<ul>
<li><strong>table-row-actions:</strong> addrxapRowActionCheckPipe (<a href="https://gitlab.com/rxap/packages/commit/4f774e2704ccdf65df205952d1ebd8efdc771f4a">4f774e2</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@14.2.2...@rxap/material-table-system@14.3.0">14.3.0</a> (2023-01-27)</h1>
<h3>Features</h3>
<ul>
<li>compare with function for selectstate (<a href="https://gitlab.com/rxap/packages/commit/1cfed7cb6ac4e94d19acb3c2461457242b6b9f99">1cfed7c</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@14.2.1...@rxap/material-table-system@14.2.2">14.2.2</a> (2022-12-14)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@14.2.0...@rxap/material-table-system@14.2.1">14.2.1</a> (2022-12-13)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@14.1.0...@rxap/material-table-system@14.2.0">14.2.0</a> (2022-11-07)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>link-cell:</strong> add shortoptions (<a href="https://gitlab.com/rxap/packages/commit/3adaadae6dadf849478740a15d48578b8c69a8ae">3adaada</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>support multi use of DynamicTableDataSources in materialtables (<a href="https://gitlab.com/rxap/packages/commit/98f8dd15ed59e5bb2cfb94c05e4e702c1bf54545">98f8dd1</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@14.0.1...@rxap/material-table-system@14.1.0">14.1.0</a> (2022-11-07)</h1>
<h3>Features</h3>
<ul>
<li>compare with function for selectstate (<a href="https://gitlab.com/rxap/packages/commit/e20d4ec448c98604a599c4fc72995fc89484a231">e20d4ec</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@14.0.0...@rxap/material-table-system@14.0.1">14.0.1</a> (2022-10-31)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>remove i18n specific ids (<a href="https://gitlab.com/rxap/packages/commit/21ef36dfeaaef4e12f12dd21cdb86f6fdf8ff25a">21ef36d</a>)</li>
<li>send initial value first (<a href="https://gitlab.com/rxap/packages/commit/1c685ada320c2e2fff345d98d07b0015c5ce5b3a">1c685ad</a>)</li>
<li>support table filterreset (<a href="https://gitlab.com/rxap/packages/commit/02e6d76ce0876bb5f860605a8131840952c5eaae">02e6d76</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@13.0.0...@rxap/material-table-system@14.0.0">14.0.0</a> (2022-09-16)</h1>
<h3>chore</h3>
<ul>
<li>upgrade to 14.x.x (<a href="https://gitlab.com/rxap/packages/commit/66f0719ecac1378ca6f3edbf670de8de2fc33401">66f0719</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>upgrade to 14.x.x</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@13.0.0-next.5...@rxap/material-table-system@13.0.0">13.0.0</a> (2022-09-11)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@13.0.0-next.4...@rxap/material-table-system@13.0.0-next.5">13.0.0-next.5</a> (2022-04-26)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>reorder datasourcepriority (<a href="https://gitlab.com/rxap/packages/commit/2bea16a9fe0be4bc1887c67035c84137040db585">2bea16a</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@13.0.0-next.3...@rxap/material-table-system@13.0.0-next.4">13.0.0-next.4</a> (2022-04-26)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>replace RXAP_TABLE_REMOTE_METHOD withRXAP_TABLE_METHOD (<a href="https://gitlab.com/rxap/packages/commit/67416a10c5a103301b6a7612f22ab6ea78bc52c7">67416a1</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@13.0.0-next.2...@rxap/material-table-system@13.0.0-next.3">13.0.0-next.3</a> (2022-03-29)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@13.0.0-next.1...@rxap/material-table-system@13.0.0-next.2">13.0.0-next.2</a> (2022-03-29)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.5.7...@rxap/material-table-system@13.0.0-next.1">13.0.0-next.1</a> (2022-03-17)</h1>
<h3>Build System</h3>
<ul>
<li>upgrade to nrwl/angular13.x.x (<a href="https://gitlab.com/rxap/packages/commit/f8920e7dde7bd2d4b4efac2b7097543d51482f81">f8920e7</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>update the core nrwl/angular packages to 13.x.x</li>
</ul>
<p>Signed-off-by: Merzough Münker <a href="mailto:mmuenker@digitaix.com">mmuenker@digitaix.com</a></p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.5.6...@rxap/material-table-system@12.5.7">12.5.7</a> (2022-03-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update options cell content onchange (<a href="https://gitlab.com/rxap/packages/commit/a4a829f35aa10cb9ea075d4c2b3c0040f6b61d60">a4a829f</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.5.5...@rxap/material-table-system@12.5.6">12.5.6</a> (2022-03-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>use router url as cache idbase (<a href="https://gitlab.com/rxap/packages/commit/b25f7f017161ced0db69b318129290fb679b2ece">b25f7f0</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.5.4...@rxap/material-table-system@12.5.5">12.5.5</a> (2022-03-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add missing cache key (<a href="https://gitlab.com/rxap/packages/commit/75376393725f7d627c66f2a1975deae859fa836f">7537639</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.5.3...@rxap/material-table-system@12.5.4">12.5.4</a> (2022-03-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add cached column activestate (<a href="https://gitlab.com/rxap/packages/commit/baf303d4b1c90fd2258e878c21582d43796a0ded">baf303d</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.5.3...@rxap/material-table-system@13.0.0-next.0">13.0.0-next.0</a> (2022-02-19)</h1>
<h3>Build System</h3>
<ul>
<li>upgrade to nrwl/angular13.x.x (<a href="https://gitlab.com/rxap/packages/commit/f8920e7dde7bd2d4b4efac2b7097543d51482f81">f8920e7</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>update the core nrwl/angular packages to 13.x.x</li>
</ul>
<p>Signed-off-by: Merzough Münker <a href="mailto:mmuenker@digitaix.com">mmuenker@digitaix.com</a></p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.5.2...@rxap/material-table-system@12.5.3">12.5.3</a> (2022-02-16)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>prevent table filteroverwrite (<a href="https://gitlab.com/rxap/packages/commit/c2a7a59e5889b955e91c66c2a2be224921230b34">c2a7a59</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.5.1...@rxap/material-table-system@12.5.2">12.5.2</a> (2022-02-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>action-button:</strong> only disable the action execution and not thebutton (<a href="https://gitlab.com/rxap/packages/commit/68a7bcf60ad7e55b8861b85ffcaa4139f7c714af">68a7bcf</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.5.0...@rxap/material-table-system@12.5.1">12.5.1</a> (2021-12-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>store paginator config on pagechange (<a href="https://gitlab.com/rxap/packages/commit/3611fec678f765f4eb6c0a71ffc748d0bd852e82">3611fec</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.4.1...@rxap/material-table-system@12.5.0">12.5.0</a> (2021-12-22)</h1>
<h3>Features</h3>
<ul>
<li>add persistent paginatordirective (<a href="https://gitlab.com/rxap/packages/commit/754f7821e518cfb69fd0cc386776b695785ab4f3">754f782</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.4.1-next.1...@rxap/material-table-system@12.4.1">12.4.1</a> (2021-11-25)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.4.1-next.0...@rxap/material-table-system@12.4.1-next.1">12.4.1-next.1</a> (2021-11-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>table-create-button:</strong> complete the create obserable if instance ofsubject (<a href="https://gitlab.com/rxap/packages/commit/e3a69b97745c2aa55362bb3575351ea2ae9085e3">e3a69b9</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.4.0...@rxap/material-table-system@12.4.1-next.0">12.4.1-next.0</a> (2021-11-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>table-create-button:</strong> complete the create obserable if instance ofsubject (<a href="https://gitlab.com/rxap/packages/commit/1eafa39ce0e0f8b52ee06858805bd3292d710a9a">1eafa39</a>)</li>
</ul>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.4.0-next.0...@rxap/material-table-system@12.4.0">12.4.0</a> (2021-10-11)</h1>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.3.2...@rxap/material-table-system@12.4.0-next.0">12.4.0-next.0</a> (2021-09-16)</h1>
<h3>Features</h3>
<ul>
<li>inject table rowmetadata (<a href="https://gitlab.com/rxap/packages/commit/286bc95bf769ca039709fcb09dbdc44a6c6631be">286bc95</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.3.2-next.3...@rxap/material-table-system@12.3.2">12.3.2</a> (2021-09-03)</h2>
<p><strong>Note:</strong> Version bump only for package @rxap/material-table-system</p>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.3.2-next.2...@rxap/material-table-system@12.3.2-next.3">12.3.2-next.3</a> (2021-08-19)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>use the new tableFilterconcept (<a href="https://gitlab.com/rxap/packages/commit/52c6063ce62737682a1cced2f0df997c44ff5526">52c6063</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.3.2-next.1...@rxap/material-table-system@12.3.2-next.2">12.3.2-next.2</a> (2021-08-12)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add refresh input (<a href="https://gitlab.com/rxap/packages/commit/35613ba02b78d7b9722bf44b64d46c9f9cdbad6c">35613ba</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.3.2-next.0...@rxap/material-table-system@12.3.2-next.1">12.3.2-next.1</a> (2021-08-12)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>hide the mat-optionselements (<a href="https://gitlab.com/rxap/packages/commit/c91856c13ce78b0147cf6253a75ba21e64ebca1a">c91856c</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.3.1...@rxap/material-table-system@12.3.2-next.0">12.3.2-next.0</a> (2021-08-12)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>hide the mat-optionselements (<a href="https://gitlab.com/rxap/packages/commit/1479fdc5aa64ca99cdad54aaed721f9e57ae8e30">1479fdc</a>)</li>
</ul>
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/material-table-system@12.3.0...@rxap/material-table-system@12.3.1">12.3.1</a> (2021-08-02)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>cell-copy-to-clipboard:</strong> only show copy button if value is notempty (<a href="https://gitlab.com/rxap/packages/commit/acf7c11fec327c12a830e673059dfcbc799f7953">acf7c11</a>)</li>
</ul>
<h1><a hre