Hi,
Has anyone tried to customize a subfile enhancer header here? I need a subfile enhancer that can edit fields and at the same time have a sorting option using the header of the subfile.
Please see the attached image for reference on what I want to happen in my subfile enhancer.
Search found 7 matches
- 11 Jan 2024, 16:20
- Forum: "How do I do this"
- Topic: Subfile Enhancer Header Sorting
- Replies: 0
- Views: 11691
- 07 Aug 2023, 11:59
- Forum: "How do I do this"
- Topic: Subfile Enhancer Styling
- Replies: 2
- Views: 18550
Subfile Enhancer Styling
Hi, Is anyone tried to customize a subfile enhancer column borders, colors and width? I tried changing several style properties but it doesn't works and the changes is not applied to the subfile enhancer.
I attached an image for a sample of what I want to do with my subfile enhancer.
Thank you in ...
I attached an image for a sample of what I want to do with my subfile enhancer.
Thank you in ...
- 19 Apr 2023, 11:16
- Forum: "How do I do this"
- Topic: Press Enter to Submit the inputted string on popup window
- Replies: 1
- Views: 4764
Press Enter to Submit the inputted string on popup window
I have an issue regarding the aXes popup screen.
On green screen once you input the state code then hit enter, the popup screen will update, do the filter and display the details using the filter state code.
But when the screen open using the aXes Environment. The hit enter key is not updating the ...
On green screen once you input the state code then hit enter, the popup screen will update, do the filter and display the details using the filter state code.
But when the screen open using the aXes Environment. The hit enter key is not updating the ...
- 19 Jan 2023, 12:25
- Forum: "How do I do this"
- Topic: DataTable Custom Button per Rows
- Replies: 2
- Views: 6031
Re: DataTable Custom Button per Rows
thanks for the help! I appreciate.
- 18 Jan 2023, 18:33
- Forum: "How do I do this"
- Topic: DataTable Custom Button per Rows
- Replies: 2
- Views: 6031
DataTable Custom Button per Rows
Hi,
Can anyone try to add custom button to a data table or change its column type to hyperlink to redirect or get data of specific row?
Thanks for helping and giving opinion.
Can anyone try to add custom button to a data table or change its column type to hyperlink to redirect or get data of specific row?
Thanks for helping and giving opinion.
- 16 Nov 2022, 11:42
- Forum: "How do I do this"
- Topic: Screen Refresh after Local Storage Value Change
- Replies: 2
- Views: 4907
Re: Screen Refresh after Local Storage Value Change
Hi folks,
I already got the solutions by using the FIELDS() event and the refresh function.
windows.onStorage{
const variable = FIELDS("fieldname");
variable.refresh();
}
I already got the solutions by using the FIELDS() event and the refresh function.
windows.onStorage{
const variable = FIELDS("fieldname");
variable.refresh();
}
- 15 Nov 2022, 16:26
- Forum: "How do I do this"
- Topic: Screen Refresh after Local Storage Value Change
- Replies: 2
- Views: 4907
Screen Refresh after Local Storage Value Change
Good Day Everyone.
I had some issue regarding a local storage value. Is that possible to refresh the aXes screen without loading the whole page every time the local storage value is changed?
As you see the attached picture, I want to automatically change the value of the date field at the left side ...
I had some issue regarding a local storage value. Is that possible to refresh the aXes screen without loading the whole page every time the local storage value is changed?
As you see the attached picture, I want to automatically change the value of the date field at the left side ...