Questions tagged [prime-ui]

PrimeUI is a spin-off project from the PrimeFaces project and features pure Javascript Components designed for progressive enhancement, Rest and Json.

PrimeUI widgets are implemented with plain jQuery, designed to work with JSON for data progressing and use client side progressive enhancement to render UIs. PrimeUI would be using jQuery UI WidgetFactory APIs to provide the widgets as jQuery Plugins. Code will be open source with Apache License same as PrimeFaces.

HomePage: PrimeUI

Source: blog.primefaces.org - "Introducing PrimeUI"

26 questions
1
vote
1 answer

PrimeNG Tree table not rendering after upgrading to Angular 7

I have recently upgraded to Angular 7 and the PrimeNG tree table does not render anymore. I have used the tree table in most of the pages and the pages now show empty and it does not throw any error too. The following is how my package.json…
Valla
  • 2,414
  • 11
  • 42
  • 73
1
vote
2 answers

PrimeUI - how to get it to work?

I'm new to PrimeUI and have tried to follow steps from PrimeUI QuickStart guide. From one paragraph: In order to use PrimeElements, add X-Tag library that also includes the pollyfill for custom elements.
JackTheKnife
  • 3,795
  • 8
  • 57
  • 117
1
vote
1 answer

webpack external css -> image missing leads to error, how to ignore?

i use webpack to get Angular2 with PrimeNG running. PrimeNG has a dependency to PrimeUI which itself uses themes and in one of them (theme dark) there is an image missing (it is only used for old browser anyway). But now when i use webpack to load…
sigi
  • 99
  • 11
1
vote
1 answer

Aurelia and primeui components

I come from the JSF world and just got a chance to play around with Aurelia which seem absolutely marvellous. So I've started to see if I can make my prime componentes into Aurelia but I have'nt succeeded yet. I spent some time trying to use the…
Helge Waastad
  • 151
  • 1
  • 11
1
vote
2 answers

How to sort prime-ui datatable, based on more than one column

I want to sort the datatable based on 2 columns. If I use the following property, {sortField: 'ColumnHeader'} Its not working.
Pii
  • 35
  • 6
1
vote
1 answer

how to highlight certain rows in prime-ui datatable, depending on a condition (from the json data )

I am using the prime-ui datatable. I have to highlight certain rows if a condition is true. This condition depends on the Json data which we pass to the table. How can we specify the condition in this case…
Pii
  • 35
  • 6
1
vote
1 answer

PrimeUI dropdown button cutted

I a trying to use the dropdown component, but the dropdown button looks like cutted and the submit button isn't aligned with the dropdown. I taked a screenshot. Take a look: With PrimeUI, I am using other libraries: Bootstrap 3.3.2; jQuery…
humungs
  • 1,144
  • 4
  • 25
  • 44
1
vote
1 answer

accessing Prime UI selected item in autocomplete (pui-autocomplete)

how can i access the selected item in pui-autocomplete, load of array is working but on select i am not able to use 'item' since i dont know how to use the selected item my array contains strings... $('#basic').puiautocomplete({ …
user2702379
  • 285
  • 1
  • 3
  • 9
1
vote
1 answer

Configure PrimeUI with web application

I'm new to prime-ui (PrimeUI is a spin-off project from the popular JSF Component Suite, PrimeFaces). I have downloaded prime-ui-0.8.bundle.zip file from http://www.primefaces.org/downloads.html . I want to configure it with my simple web…
Akshay Raut
  • 565
  • 1
  • 11
  • 28
0
votes
1 answer

How to sync two standalone p-paginators in angular?

I am struggling with this. I have two separate p-paginator components in my angular component. I want to make them sync with each other. So, if I click on any of these, the other should also be updated. I tried to fire the changePage() event for the…
Junaid
  • 85
  • 8
0
votes
0 answers

jquery ui position of window cause primeui dialog cannot popup after upgrading jquery

before i use jquery 1.10.x, jquery ui 1.10.x and prime ui 1.1. for prime ui, there is a dialog widget, its usage like: jQuery('#div1').puidialog({ ... modal: true, width: 600 .... …
frank
  • 1,169
  • 18
  • 43
0
votes
1 answer

puidatatable is not a function

Im new in jQuery and PrimeUI. Need your help. I'm keep getting error: (index):8 Uncaught TypeError: jQuery(...).puidatatable is not a function at (index):8 Code:
Raweos
  • 1
0
votes
1 answer

How to Inject HTML along with CSS and JS in a single HTML file? - Chrome Extension

My extension is intended to inject some HTML elements using local JavaScript libraries such PrimeUI, jQueryUI and its correspondent CSS stylesheets. The best way I have found to do so, is to inject the HTML as follows: //…
another
  • 3,440
  • 4
  • 27
  • 34
0
votes
1 answer

Wrapping PrimeUI component into React component

As a proof of concept I'm trying to use PrimeUI as a basis to build React components. There is an article explaining how to do it by Michael Guterl. It works in JSFiddle var Component = React.createClass({ componentDidMount: function() { var…
Mikhail Chibel
  • 1,865
  • 1
  • 22
  • 34
0
votes
2 answers

PrimeNG with Angular2-webpack-starter

I'm trying to configure PrimeNG in my Angular2 project based on angular2-webpack-starter (https://github.com/AngularClass/angular2-webpack-starter). I installed PrimeNG and PrimeUI using npm install, then added necessary typings as ambient…
Marcin
  • 1,426
  • 16
  • 19
1
2