In my Front-End I have used Prime-ng, Font-awesome and Clarity-icons.
Everything is working fine with Chrome.
Earlier all those feature was visible in IE 11.
But recently in IE 11.2363 Prime-ng Paginator icons, Clarity icons, Font-awesome icons are…
I want to click on a menu item, navigate to a different page that has a PrimeNG p-dataTable, and scroll to the item on the p-dataTable that the link corresponds to. (PrimeNG version being used is 4.0.3)
With this code, I am able to navigate to the…
I have used primeNG tables for pagination but while trying to implement sorting for each field in table row. its showing uneven data for 1,2,3,4,5,6 to 14. when i click on sort(increasing order) its displaying 1,10, 11,12,13,14,2,3,4,5,6,7,8,9.
…
I have a datatable with 11 columns. I'm using the toggleable columns feature. I would like to show the 11 column selection options, but initially want to display 4 selected. I studied several options of the MultiSelect component, but I did not find…
Using a PrimeNg datatable to display rows of data. I have a p-menu in my first column.
When activated, the p-menu is appended to the body of the page. This works fine for sighted users, however that same menu is only in the tab order at the end…
been trying to get datatables to work by following https://www.primefaces.org/primeng/#/datatable. this seems to be setup for Angular 2 while I'm on 4, but I tried to make it compatible with 4. So my main question is:
Can this be fixed or is there…
In our Angular project, although we have defined all the necessary character notations in the related html files, we cannot manage to display some characters that can be displayed in UTF-8 in all of the MVC projects where PrimeNG is not used.…
auto-complete is not working , dropdown is loaded the first time and once i try to type something is not filtering then dropwdown values are gone
service.ts
getUserLocations(UserID: string, allList:string ) {
return…
I developed a simple .netc ore spa app using angular2 and primeng 4.1.1 controls, my app works fine in chrome but when it comes to IE11, it is taking 8 seconds to load 120 records, I tried removing all the filters in data table, and just loaded…