You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gristlabs_grist-core/test/fixtures/sites/filter/index.html

13 lines
274 B

<html>
<head>
<meta charset="utf-8" />
<script src="/grist-plugin-api.js"></script>
<script src="page.js"></script>
</head>
<body>
<h1>Filter</h1>
<p>Enter row ids (ie: "1" or "1, 3, 4"): </p>
<input type="text" id="rowIds"/>
</body>
</html>