jQWidgets Forums
Forum Replies Created
-
Author
-
January 10, 2021 at 3:25 pm in reply to: Adding the second timeruler on the right and customize resources header row Adding the second timeruler on the right and customize resources header row #114186
Hello Hristo, I’m back after a long break.
Thank you for your answer, but it did not help me (or I did not understand):I need to have on the frontend both ‘resource name’ AND ‘resource id’
Resource Name should be displayed on UI for end-user.
But it’s resource ID, which should be post to Backend, when I want to CRUD an appointment, related to this resourceFor example: There are 2 resources on by BE:
1. {Name = John, id = 123}
2. {Name = Bill, id = 345}
I want to operate with ids (123, 456), but want to display names on UI, like ‘John’ and ‘Bill’ or ‘Jonh:123’, ‘Bill:345’
So I need to have 2 data fields – one for display (Name) and one for communicating with BE(id)
Is such a scenario possible?
Thank you!Hello Hristo, sorry for the delay with the answer
Suppose, I have two different resources,
1. id= 123, Name = John Doe, Role = Admin
2. id= 456, Name = John Doe, Role = Gardener
They are two different guys, but have the identical namesNow I see it like 2 columns, “123, “456”
I want to see them like “John Doe”, “John Doe”.
Or “John Doe, Admin”, “John Doe, Gardener”
Or “John Doe, Admin, 123”, “John Doe, Gardener,345”March 24, 2020 at 1:25 pm in reply to: Adding the second timeruler on the right and customize resources header row Adding the second timeruler on the right and customize resources header row #111533Is it possible to customize resource representation as on the screenshot above?
Or probably is it possible at least to display Resource Name instead of Resource Id? Because, if you have 2 resources with identical names, it could be a problemThank you in advance
sergeMarch 24, 2020 at 1:23 pm in reply to: Adding the second timeruler on the right and customize resources header row Adding the second timeruler on the right and customize resources header row #111532[please delete this message]
March 23, 2020 at 8:05 pm in reply to: Adding the second timeruler on the right and customize resources header row Adding the second timeruler on the right and customize resources header row #111515March 23, 2020 at 8:03 pm in reply to: Adding the second timeruler on the right and customize resources header row Adding the second timeruler on the right and customize resources header row #111514March 23, 2020 at 8:03 pm in reply to: Adding the second timeruler on the right and customize resources header row Adding the second timeruler on the right and customize resources header row #111513Hristo hi, thank you for the quick response,
Re the first question- understood, ok
Re the second question – please check this website (screenshot with ppl faces).March 18, 2020 at 4:46 pm in reply to: Adding the second timeruler on the right and customize resources header row Adding the second timeruler on the right and customize resources header row #111452update: 3-rd question resolved by adding [rowsHeight]=”0″
-
AuthorPosts