Dashboard Template
Hello everyone!
After the post, I decided to start a new one. This will make it easier to follow the changes.
New features have been added:
- Sticky buttons. Thanks to CSS hacks, I was able to make the buttons component sticky. Now the buttons always remain visible to the top of the page as we scroll down.
- Scroll into View. By clicking a button the page automatically scrolls into the correspoding section. In the attached database press the first button "Accounts" to see it in action.
The combination of the above two features has the potential to transform the way we design our Dashboards. Like the one-page websites, we can present our content in sections on one long Dashboard.
In Safari works but I haven't check it in other browsers. Let me know if you find any bug.
What other functionalities would you like to see?
Leave here your suggestions, ideas or improvements!
Enjoy!
177 replies
-
Version 10.0
View Widget
Hello everyone,
recently mentioned he'd like to be able to change the height of the rows in the View element on the fly. and I agreed that it'd be easier to build from scratch than try to modify the Ninox code.
Building a View component from scratch is no easy task, so I decided to go with a ready-made library.
After doing a lot of research, I opted for Ag-Grid. They claim to be the best JavaScript grid in the world, and my experience has been great so far.
My goal was to build a Widget that could completely replace Ninox's native View element and, if possible, have more functionality.
I'm happy to present my View Widget with the following features:
- Add a new record inline using the pinned top row.
- Select and delete one or more records.
- Modify any cell inline.
- Row indexing.
- Intuitive sort and filter capabilities (simply click on the column header to sort).
- Pagination.
- Extensive customization (try the Theme Builder).
- Compact or normal mode.
The all-new View Widget is basically a Ninox table inside a formula field, plus a whole lot more.
what are your thoughts on the compact mode? Is it as compact as you'd like?
Enjoy!
-
Hi, following the discussion here, I just wanted to remind you that you need to be careful when sharing the Ninox API Key with the Ninox frontend (client-side).
If you're the only user of your application, then it's probably fine. Otherwise, you should be aware that someone else using your application could potentially access your Ninox API Key.
Content aside
-
8
Likes
- 3 days agoLast active
- 177Replies
- 1727Views
-
12
Following