Search found 7 matches

by dylan.ramirez
11 Jan 2024, 16:20
Forum: "How do I do this"
Topic: Subfile Enhancer Header Sorting
Replies: 0
Views: 11691

Subfile Enhancer Header Sorting

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.
by dylan.ramirez
07 Aug 2023, 11:59
Forum: "How do I do this"
Topic: Subfile Enhancer Styling
Replies: 2
Views: 18548

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 ...
by dylan.ramirez
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: 4763

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 ...
by dylan.ramirez
19 Jan 2023, 12:25
Forum: "How do I do this"
Topic: DataTable Custom Button per Rows
Replies: 2
Views: 6029

Re: DataTable Custom Button per Rows

thanks for the help! I appreciate.
by dylan.ramirez
18 Jan 2023, 18:33
Forum: "How do I do this"
Topic: DataTable Custom Button per Rows
Replies: 2
Views: 6029

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.
by dylan.ramirez
16 Nov 2022, 11:42
Forum: "How do I do this"
Topic: Screen Refresh after Local Storage Value Change
Replies: 2
Views: 4904

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();
}
by dylan.ramirez
15 Nov 2022, 16:26
Forum: "How do I do this"
Topic: Screen Refresh after Local Storage Value Change
Replies: 2
Views: 4904

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 ...