andy-yu-y

Results 6 issues of andy-yu-y

There is no way to make horizontal scroll bar always visible. User can only scroll down to the bottom of the table to do the scroll left and right action....

defaultSortAsc and defaultSortFieldId work differently as paginationDefaultPage. when path is changed, i use use-effect to refetch the table data, but defaultSortAsc and defaultSortFieldId wont changed under this condition, in the...

Use below paras to try to override sort fuction, handleSort is the method which i would like to use. sortServer onSort={handleSort} But before handleSort is called, the key para pageIndex...

Describe the bug When trying to define global exception handler, catching user defined exception fails with error "Caught handled exception, but response already started." def custom_exception_handler( request: Request, exception: CustomNotFoundError...

when i click toady and yesterday it will return two same time for startDate and endDate: ![today](https://user-images.githubusercontent.com/77145416/121491810-954d7d80-c9d6-11eb-893f-e61e042f3ded.JPG) ![yesterday](https://user-images.githubusercontent.com/77145416/121491818-97afd780-c9d6-11eb-91e9-c6381c85c3be.JPG) what i want is form start of the day like 00:00:00 to...

const saveFolder = () => { FileSaver.saveAs( 'serverurl/proj/otbstorage/logs/sched-432cc428-ddae-11ed-bad5-662cc6ee3b0c/mb_output_ids.txt', 'a.txt', ); }; Above is my code, instead of download the file, the browser directly open the file. I google a lot...