Giter Club home page Giter Club logo

primeui's Introduction

PrimeUI

PrimeUI is a collection of rich javascript widgets based on jQuery UI.

See PrimeUI homepage for live showcase and documentation.

alt text

primeui's People

Contributors

cagataycivici avatar jamaltun avatar marciopd avatar mertsincan avatar mrtcndkn avatar onursenture avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

primeui's Issues

Sticky should be responsive

Sticky component should adjust the width of its target on window resize and avoid setting fixed width when restoring its position.

puidialog when set to draggable=true, and drag to another location beside default center, will reset dialog back to center before letting it to resize again.

In the dialog.html, if you change draggable to "true", and run it you will see that: When you click the "Show" button, the dialog comes up, then try dragging the dialog to the left or right side, after that try resizing, you will the dialog will go back to the center and the mouse is still at the left or right hand side but still let u continue resize the dialog.

Messages Widget

Create a CSS to be used for displaying messages, similar to p:messages in PrimeFaces.

Responsive option for Dialog

Add responsive option to Dialog widget, when enabled dialog position should adjust according to screen width.

Filtering for DataTable

Implement built-in filtering support for DataTable with basic input elements, in a future version we'll add custom elements support.

DataTable should use max-height for scrollable

Posted at our forum;

I think that scrollable datatable scrollBody should have line

this.scrollBody.height(this.options.scrollHeight);

replaced with:

this.scrollBody.css('max-height', this.options.scrollHeight);

For example if scrollHeight == 500 then datatable with just one row looks really weird. It is far better to use max-height in script or at least give it on option. In my case, having big empty table with one row is just unacceptable. So either it should be on option or always max-height. I think that even in Primfaces you have max-height, not height.

Support paginator in scrollable dataTable

It's easier to look through results by scrolling but you cannot have 5000 results at one page. Browser in that situation would be very slow. So I'd like to divide 5000 rows to 500 results per page and at the same time benefit from possibility of scrolling through vast amount of data.

Actually PrimeFaces supports this combination so PrimeUI should do the same.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.