Questions tagged [primeng-turbotable]

Questions about PrimeNG's TurboTable for displaying data in a table, and how to use TurboTable's API.

Questions about PrimeNG's TurboTable, which is used for displaying data in a table. Any question about how to use the table, how the table works, or related questions go here.

187 questions
0
votes
1 answer

PrimeNG Turbotable master selection does not update on page change

I am working on a PrimeNG turbotable with checkbox to select all items on a page. I am running into an issue when page changes the master selection checkbox does not update. The source code is available on plnkr,…
Nitesh Kumar Anand
  • 621
  • 1
  • 6
  • 18
0
votes
0 answers

go to page option feature missing PrimeNG paginator

I am using PrimeNG with Angular 6, I have used Turbo-table with pagination, but go to specific page directly not one by one feature is missing in Pagination. Did any one implemented out…
Abhinav Kumar
  • 2,883
  • 1
  • 17
  • 30
0
votes
1 answer

Primeng contextmenu with turbotable : how to remove row selection when closing the context menu

I'm using the contextmenu with turbotable of primeng (version 6.1.0). Based on the demo on the website, when you right click on a row, the context menu appears and the row is selected but when you click outside of the context menu, the menu…
0
votes
1 answer

TurboTable with p-checkbox not working - PrimeNG

I developed a screen that has a TurboTable and one of the columns is checkbox. I made the TurboTable configuration as specified in the documentation but all checkboxes return marked when loading the data or do not appear at first, but if you click…
0
votes
1 answer

Primeng angular 6 table/turbotable multiple selection on paginated table with filters

I have a table much like the turbotable example. I have a global filter on my table and also pagination set up. With the filter empty shift + select works fine because the row indexes match. However once I filter and then do a shift + select it…
Steve Fitzsimons
  • 3,754
  • 7
  • 27
  • 66
0
votes
1 answer

Why PrimeNG left-click and right-click selection is working independently?

While using contextMenu (right-click) and table selection (left-click) both are maintaining two separate objects of row clicked. I want to perform the following task in PrimeNG- tree table, help me out: Left-click select the first row. Press Ctrl…
0
votes
0 answers

PrimeNg editable table save enter keyboard

How can I save a row with ENTER key on an editable table where I navigate through columns with TAB key ? I ușe a form... any input would be appreciated.
Chris
  • 1
  • 4
0
votes
0 answers

PrimeNG table not applying any style

Basic styling is not being applied. Tried multiple ways to apply styles. Added primeng-min.css, omega etc, did not help. Data loads in tabular format without styling.
0
votes
1 answer

Turbo table in PrimeNG with styling

I am using turbo table for displaying data. But I am not getting borders for table. I installed PrimeNG from CLI and imported themes in styles section in angular-cli.json.
hari
  • 103
  • 1
  • 2
  • 8
0
votes
0 answers

How to display group in p-column PrimeNG table?

list:{"oringinData":"sa","oringinDataTime":"23/10/18","types": [{"sId":1,"sdate":"28/3","stuff":[{"TypeId":1,"onetype":[{"id":1,"name":"John Doe"},{"id":2,"name":"Don Joeh"}]},{"TypeId":2,"othertype":…
0
votes
1 answer

PrimeNG Turbotable customSort property error

I am using PrimeNG turbotable for creating a table in my angular app. I want to sort by selected column names. But I am using server-side sorting. So I just want to pass parameters like sort order and sort column. I researched a lot and found custom…
0
votes
1 answer

Using dropdown as input template within PrimeNG turbotable

I am using PrimeNG TurboTable and I want to integrate p-dropdown component inside the input template within PrimeNG Turbotable. The problem is when I use the following code, the selected element can not be assigned to the value table.
0
votes
1 answer

Primeng turbo table cell data overlapping other cells

How do I prevent primeng turbo table cell data from overlapping other cells, I tried to add - [style]=" {'overflow':'hidden' }" to : , and
, and none of these elements solved the overlapping.. anyone have an idea how to solve that?
Hadas
  • 41
  • 1
  • 11
0
votes
2 answers

NgPrime turbo table set current page number on data refresh?

In NgPrime turbo table ,i have edit function. After saving the data in server am reloading the grid. But cant able to retain the current page.How can i set the page number to the grid? I found a way to get the current page number using this…
Thanveer
  • 31
  • 2
  • 8
0
votes
1 answer

Unable to sort on turbo table column in 'dd/mmm/yyyy' while using primeng and angular 5

I am having a requirement where I want to sort the table on the basis of the headers of column. I have used PrimeNG turbotable sorting for this purpose, everthing works fine but when I try to sort the column which contains the date in the format…
Ayushi Tomar
  • 235
  • 1
  • 3
  • 17
1 2 3
12
13