-
Download the js and css files from the latest release
https://github.com/will-yama/Kintone-DOM-Tree/releases/latest -
In the JS file, edit the string in the below line so as to mach a field code of a field in your Kintone App
var field_to_display = "companyname";
Save the JS file when done.
-
Upload the JavaScript and CSS to the settings of the App.
Refer to the Kintone Help page for more details
https://get.kintone.help/hc/en-us/articles/115001237528-Customizing-Kintone-with-JavaScript-CSS#App Update the App when finished. -
Navigate to the Record List view of your App and see the Kintone Version of the Christmas DOM-Tree!
Original code from https://github.com/hakimel/DOM-Tree Hakim makes amazing stuff! -> http://hakim.se
MIT licensed