DashboardColumn disappears in Dashboard using PrimeFaces 6 - primefaces

The showcase dashboard example doesn't work as expected. When having only a panel in 3rd column in my dashboard when I move it to 2nd Column, then the 3rd column disappears. Then, I am not able to move it back to the 3rd column since it disappeared. I tried looking around in a similar question posted but the solution offered there did work for me. I am using PrimeFaces 6 and copied the showcase example from here https://www.primefaces.org/showcase/ui/panel/dashboard.xhtml
Please help.

Related

How to make html selection with independent two columns?

I want to make a 'year' and 'month' selection on the mobile web using HTML selection list with independent 2 columns. Selection one doesn't affect the other selection like iPhone alarm setting.
Also, I want to make a drop-down using one click (etc. I don't want to let the people click twice to open each year and month selection.)
I've searched google and I couldn't find the answer. Anyone would help? Thank you very much!!

how to create a dynamic menu of items

hey i'm trying to create an it ticketing system for a college project and im stuck trying to create a page in jsp where i take in N items from my database for which i use hibernate to interface with where all the tickets or x amount are displayed in separate boxes per ticket where it shows the title and the description of the ticket as well as a button that would allow me to link it to its corresponding page to fully view the ticket. i just cant seem to figured out what this kind of menu is called as every google search i have done has lead me to dead ends.
any help would be fantastic.
I believe you can utilize Bootstrap cards to do that. See their official website: https://v4-alpha.getbootstrap.com/components/card/ You can display some image/description for the ticket. So basically what you need is to render array of such cards.

How to design large table in HTML/Angularjs

I've table which displays around 100 records on button click in a div. It comes in a single page so to reach the end, have to scroll down to earth.
It feels messy and i would like if i can make 10 records on first look and next 10 on next page and so...
Somewhat like
Is it possible or any alter way to achieve it????
I have also started learning AngularJs recently.
If you want to use AngularJs then you could get some help from this link.
http://angular-ui.github.io/ng-grid/ . While doing R&D on AngularJs I found this link. Hope this could be helpful.
In order to user ng-grid you can either git checkout or download the zip (or use bower) from here https://github.com/angular-ui/ng-grid/tree/2.x

Access 2013 Web app - Related Items control breaks

Related Items control(s) works when created from scratch and not modified.
Adding a new tab to an existing control breaks existing tabs, the new tab works.
Adding a new Related Items control to a view breaks the existing control(s), the new control works.
All Related Items controls in a view must be built in the same operation - and even this is not reliable.
By 'breaks' I mean displays the message 'There was a problem loading data for this tab' instead of loading data.
Is there a fix?
I'm experimenting at the moment with only a few tables but I have ~60 related tables to display in my main view and plan on using 6 to 10 Related Items controls to categorize them - it is painful to think that I would have to rebuild all the Related Items controls to make a small change.
Edit: Since 10 minutes ago when I wrote this I have added multiple Related Items controls (with one table in each) with no problem.
Edit: 1 hour later. I added more and it broke again.
https://www.dropbox.com/s/d8yev41hex27i6b/Screenshot%202015-02-19%2014.13.03.png?dl=0
???????? How can I trust it?
Edit: A few more hours later - sometimes they don't have 'Add xxxx' at the bottom either.
https://www.dropbox.com/s/vx7vb40g1931r98/Screenshot%202015-02-19%2017.16.12.png?dl=0
Thanks.
Reuben

Autocomplete Chronoform in Joomla 2.5

I'm creating a simple form using Chronoforms, but so far I haven't been able to solve a small problem.
I would love to load two or three fields in a search done by the autocomplete element, i currently have two autocompletes working, but i can't seem to be able to load the other values into the corresponding textboxes.
I'm including the link to the form
http://cfobb.ca/index.php?option=com_chronoforms&chronoform=nomination_form
and as it can be seen, the first two fields in the first tab are working autocompletes, but i would love to have them linked so when the user chooses in any of the two, the other automatically gets filled. That selection would also trigger another sql query (that i already have, nothing fancy) that would fill the School Name drop-down menu. Also there's this code in the help tab
$form->data['_PLUGINS_']['autocomplete_processor']['result'];
but i don't really know how to use/handle it
Thanks