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
0
votes
1 answer

PrimeUI Column text formatting

I am using primeUI to generate datatable. I want to format column text. below is my code to load primeUI datatable. $('#tbl').puidatatable({ caption: 'Local Datasource', columns: [ {field: 'legendText', headerText:…
Umair
  • 860
  • 2
  • 13
  • 30
0
votes
1 answer

how to make the data of column as a clickable in primeui datatable

I am using an primeui datatable in my project, where i need an option for column clickable(i mean data inside the column must be clickable) if anyone have an idea how to make it, pls help me. Thanks in advance
0
votes
0 answers

Primeui. What css and js files to include

I cannot make buttons look like they are on the demo page. Unfortunatelly, in documentation not even a word is said about exactly what stylesheets to include. And now whatever I do, buttons do not change their styles and look like standard jquery…
Jacobian
  • 10,122
  • 29
  • 128
  • 221
0
votes
0 answers

Prime UI autocomplete

I use laravel 5 and autocomplete from Prime UI: $(function() { $('#remote').puiautocomplete({ effect: 'fade', effectSpeed: 'fast', completeSource:function(request, response) { $.ajax({ …
Steve
  • 1,036
  • 2
  • 13
  • 31
0
votes
1 answer

How to append 2 different jsons to the same prime-ui datatable

How to append 2 jsons to the same datatable, like: $('#divInWhichTableIsRendered').puidatatable({ columns: [ {field:'f1', headerText: 'f1', sortable:true}, {field:'f2', headerText:…
Pii
  • 35
  • 6
0
votes
1 answer

How can I get tagetData from pickList in PrimeUI?

I am trying to retrieve the target data from PrimeUI pickList, but with no success. Maybe someone with good knowledges in jQuery can help me. Well, I think my problem is simple. I successfully implemented the pickList from PrimeUI, but I don't know…
humungs
  • 1,144
  • 4
  • 25
  • 44
0
votes
1 answer

PrimeUI PickList transfer direction

I've populated my prime-ui PickList with some data and I'm able to transfer them between the available/left and selected/right list. PrimeUI supports a transfer function which is called when an item is transfered as shown in the PickList…
Manuel
  • 3,828
  • 6
  • 33
  • 48
0
votes
0 answers

Change radio button value in PrimeUi

I'm trying to set a PuiRadioButton to checked but I've encountered a problem. The underlying pure HTML input elements gets selected, but PrimeUI does not show the change. I've the two elements:
Manuel
  • 3,828
  • 6
  • 33
  • 48
0
votes
2 answers

How to set PrimeUI Datatable column width

How to set PrimeUI Datatable column width? I have tried this code("http://www.primefaces.org/primeui/datatable.html"), it is working fine but i want to set width of column, please help me Thx in advanced
Suraj Kharwde
  • 163
  • 3
  • 10
0
votes
1 answer

PrimeUI Rating component not working

I'm using jquery 1.9 and primeUi 1.0 My primeUI widgets are working fine except rating component. PrimeUI rating component not displaying either. Is their any problem in PrimeUi rating component? I have tried following code.
Akshay Raut
  • 565
  • 1
  • 11
  • 28
0
votes
1 answer

Prime ui Datatable Refresh after Ajax Post

Hi i'm using Prime Ui for my Application with A RestFul Web Service. i have a datatable and when i click on a row, appears a dialog with a form that contains the bind of the row of the table and a button for submit when i edit it. Now after submit i…
user2516262
  • 1
  • 1
  • 1
1
2