Skip to content

Templates

Scott C. Krause edited this page Oct 16, 2025 · 5 revisions

Neodigm SodaPop Component (Popup)##

<button data-n55-sodapop-id="myPopup_id" aria-haspopup="true">Try Me</button>

<button onClick="neodigmSodaPop.autoOpen('myPopup_id')" aria-haspopup="true">Try Me</button>

<template id="myPopup_id" data-n55-sodapop-modal="false" data-n55-sodapop-size="small" data-n55-sodapop-fullscreen="false"> YOUR CONTENT HERE </template>

Neodigm Picnic (Table Component)##

data-n55-size="small" data-n55-theme='["brand", "warning"]'

data-n55-picnic-config={ "cols": {["name":"",]}, "sortcol": [nDx | sName], "rows": 8, "selected": "", "multiselect": false, }

LIFE CYCLE

onRowClick( fCB, [sId] )

onRowHover( fCB, [sId], [nDx|] ) onColHover( fCB, [sId], [nDx | sName] ) onColClick( fCB, [sId], [nDx | sName] ) onColSort( fCB, [sId], [nDx | sName] ) onScrollEnd( fCB, [sId], [nDx | sName] ). //. Lazy Load

Header row is static, captions are derived from cols>name

Clone this wiki locally