Skip to content

Instantly share code, notes, and snippets.

View sokqa's full-sized avatar

Sokka Limbek sokqa

  • Codecool
  • Budapest, Hungary
View GitHub Profile
@sokqa
sokqa / dialog.html
Last active January 8, 2024 02:41 — forked from coinsandsteeldev/dialog.html
Google Sheets script to allow multi-select in cells with data-validation
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/html">
<head>
<!--Bootstrap-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
crossorigin="anonymous"></script>
<!--Drawing right sidebar-->