primeui icon indicating copy to clipboard operation
primeui copied to clipboard

Rich set of javascript-css only widgets

Results 52 primeui issues
Sort by recently updated
recently updated
newest added

is it possible to have a version of primeui for svelte?

Currenty accordion markup consist of structure like: ``` Tab1 content Tab2 content ``` This makes it impossible to use at a SEO optimized FAQ page since we need a surrounding...

**1. Added ability to freeze dialog.** When freezed, all buttons and header icons are disabled **2. Update paginator.js** Changed setTotalRecords behaviour: 1) If new page count is smaller than current...

Expected behaviour: 1) If new page count is smaller than current page number, then new max page is set. 2) If new page count is higher or equal current page...

Is there any way to disable all footer buttons and header icon buttons? For example, one of buttons starts ajax request and all other elements like buttons and input fields...

If you modify the total number of rows in your data source (e.g., by adding or deleting) and update the paginator to properly reflect new state (e.g., by updating new...

let changed var, for loop (of) changed (in), function assigment added and => removed

Discovered that sorting only takes place on the table data. Added a conditional check for filteredData, and sort on that if it exists. This fixes the issue where sorting doesn't...

Using a column with both filter and sorting enabled: after entering a value in the filter, sorting columns no longer works. Clicking on the sort will change the arrow direction,...

Set the global filter value to lowercase, allowing it to match any case value.