You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
Current behavior
I updated primeng: 2.0.0-rc.1 and found followings,
Scrollable DataTable headers are not fit with datatable rows until get scrollbar.
scrollHeight in percentage is not working. where as it worked in pervious versions.
RowIndex number is showing as 'NaN'
Dropdown in last line of scrollable datatable is not visible.
Will be better if the suggestion list gets populated in upwards when its dont have space to show at bottom.
Performance of autocomplete is low.
If i have 2 autocomplete component in 30+ rows of datatable then the click event of an component became slow.
The click event focusing the cursor in autocomplete component after 1 or 2 seconds.
Please see images for your reference https://www.screencast.com/t/1I5XJkjUSQQ Expected behavior
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Browser: Chrome 55
os: win32 x64 4gb RAM
Angular version: 2.4.4
angular-cli: 1.0.0-beta.19-3
PrimeNG version: 2.0.0-rc.1
Browser: [all | Chrome 55 | Firefox 50 | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Language: [all | TypeScript X.X | ES6/7 | ES5]
Node (for AoT issues):node --version =
The text was updated successfully, but these errors were encountered:
Here is my code: <p-column> <template pTemplate="header"> <span class="fa fa-plus-circle" (click)="addNewLineItem()"></span> </template> <template let-rowIndexValue="rowIndex" pTemplate="body"> <p >{{rowIndexValue}}</p> </template> </p-column>
It showing "rowIndex" as NaN.
I'm submitting a ... (check one with "x")
Current behavior
I updated primeng: 2.0.0-rc.1 and found followings,
Please see images for your reference https://www.screencast.com/t/1I5XJkjUSQQ
Expected behavior
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Browser: Chrome 55
os: win32 x64 4gb RAM
angular-cli: 1.0.0-beta.19-3
Language: [all | TypeScript X.X | ES6/7 | ES5]
Node (for AoT issues):
node --version
=The text was updated successfully, but these errors were encountered: