Multiple version of the same control (data-id attribute)
<!-- top panel -->
<input
type="text"
placeholder="Filter by title"
data-grid-control="text-filter"
data-path=".product-name"
data-id="search"
/>
<!-- .... content ... -->
<!-- bottom panel -->
<input
type="text"
placeholder="Filter by title"
data-grid-control="text-filter"
data-path=".product-name"
data-id="search"
/>Last updated