Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - alonewolf149

Pages: [1] 2 3 4
1
Hi, Please reply

if possible to do or not.

Thanks

3
Is there any way to change calendar year to be buddha year

currently it showing as internation year 2021.
http://prntscr.com/xqutkg

Thanks


4
Hi, I facing issue about render table when we added table on tab : http://prntscr.com/vh5d8j

please check this video : https://www.loom.com/share/c1e9ad7f190747afbb46e2ae781583b4

can you guide me how to solve this issue ?

i hav copy into jsfiddle but it not work perfect (just view source and copy), so u can check something.
https://jsfiddle.net/sepplatform/bpd3et5w/

Thank
Thanut

5
Help for ParamQuery Pro / how can i make condition css style on cell ?
« on: October 05, 2020, 11:02:54 am »
how can i make condition css style on cell ?

i want to get value from DB ex:
http://prntscr.com/ut8gyg

any value i save, it will show on particular cell :
http://prntscr.com/ut8h71

currently i can do by adding span  :
http://prntscr.com/ut8hdi

but i think it wrong way to add, because i saw padding.

can u suggest me the right way ?

Thanks
Thanut


6
hi , suppose i hav ajax trigger check record updating every 5 second.

if we found new record, we will inserted that new record real time without refresh the page.

is it possible to do ?

Thanks
Thanut

7
Help for ParamQuery Pro / Re: how to render css full cell background
« on: September 01, 2020, 08:54:25 am »
Hi,

when i change from

                render : function(ui){
                   var bgColor = ui.rowData.flag_bg_color;
                   var fontColor = ui.rowData.font_color;
                   return "<div style='width: 100%; height: 100%; background-color: "+bgColor+"; color: "+fontColor+"'>"+ui.rowData.label_flag+"</div>"
                },

to

                render : function(ui){
                   var bgColor = ui.rowData.flag_bg_color;
                   var fontColor = ui.rowData.font_color;
                   return {                               
     style: { 'background-color': '#ff0000' }
};
                },

Cell is not showing any background.
can u help ?
Thanks

8
Help for ParamQuery Pro / how to render css full cell background
« on: August 31, 2020, 09:37:42 pm »
Hi,

i make a condition and dynamic color, but color is not showing full.
http://prntscr.com/u92ppb

can u guide how to render css background, currently i insert more DIV, so it has some padding area.
http://prntscr.com/u92q61

how can i do style background full cell ex: http://prntscr.com/u92qpx

Thanks

9
we have sharing same code and even using same ID. http://prntscr.com/tugo5d

so in this case if some module we want to hide it how can we do

u refer about "simple array manipulation methods like splice() on toolbar.items"

can u more specific how can i hide it

this is i used for show show/hide

            /*hide/show columns*/
            {
                type: 'select',
                cls: 'columnSelector',
                attr: "multiple='multiple'", style: "height:60px;",
                options: function (ui) {
                    //options in the select list correspond to all columns.
                    return this.getColModel().map(function(column){
                        var obj = {};
                        obj[ column.dataIndx ] = column.title;
                        return obj;
                    });
                }
            },

thanks

10
Hi ,i have applied param table in multiple modules with "show/hide column" features.

but some module , i want to hide this section :

http://prntscr.com/tu8dab

now we sharing param js, etc. is there any solution to hide this section only some of module ?

thanks
Thanut

11
Help for ParamQuery Pro / how to export excluded HTML tag
« on: July 21, 2020, 11:09:55 am »
Hi,

i got issue when i export csv from table. and some colum included link.
when export csv showing <a href> tag on csv.

Is it possible to export only data ?
Thanks
Thanut

12
try to show radio button, but after select and scroll. radio is uncheck auto.

pls see my video :
 https://recordit.co/dWCX8TFTfr

How to fix ?
Thank
Thanut

13
currently im using param query scroll and sometime it not convenient
http://prntscr.com/sk34ns

can i show param query actual width ex: if param take 1500 px just show all without param scroll and using window scroll ?

thanks

14
nothing we can do ?

15
problem with export excel with value 0 at front

http://prntscr.com/scz4mc

how to show 0 ?

Thanks

Pages: [1] 2 3 4