Title: custom datagrid header [solved] Post by: Opan Mustopah on May 24, 2015, 08:53:31 PM hello again.
i have a simple question, but may be a bit difficult for to do that. if it possible to make datagrid header format like this ?: ___________________________________ | column band | header 1 |---------------------------------- | | col 1 | col 2 | col 3 | |---------------------------------- | |sub col 1 | sub col 2 | sub col 3| ----------------------------------------------- i already try to make datagrid achieve just like that, but the result not as expected. here my code: Code: list_data.datagrid({ thanks in advance Title: Re: custom datagrid header Post by: jarry on May 25, 2015, 12:18:39 AM Please try this:
Code: $('#dg').datagrid({ Title: Re: custom datagrid header Post by: Opan Mustopah on May 25, 2015, 12:35:32 AM thanks stworthy for your fast response.
one more question, can i make that header column colorize? specially for those sub column header ? thanks in advance Title: Re: custom datagrid header Post by: jarry on May 25, 2015, 12:56:27 AM Please refer to http://www.jeasyui.com/forum/index.php?topic=3854.0
Title: Re: custom datagrid header Post by: Opan Mustopah on May 25, 2015, 12:59:12 AM thanks again stworthy for your fast response, i'll try it asap.
|