hichem author
Hi Jane, Sergey.
I am thinking that it would make things so easy and user friendly if tables on list pages would allow selecting their headers as drop down or lookup tables.
A lot of the posts are asking for drop down fields on list pages/chart pages. It is very user friendly and very handy as it avoid frequent 'trips' and switching to the advanced search page.
It would be great to be able to select fields with lookuptable for list pages AND charts. Is this possible at all through some tweak?
May be this feature coudl be added to the current beta? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=11717&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' /> pretty please:)
There are a lot of examples liek this one:
http://www.dhtmlx.com/docs/products/dhtmlxGrid/ I am far from being an expert, so was wondering if it would be possible to implement the following script for example
http://www.dhtmlx.com/docs/products/dhtmlx...ilter_srnd.html
-----------
<script>
mygrid = new dhtmlXGridObject('gridbox');
...
mygrid.attachHeader(" ,#text_filter,#select_filter, ,#cspan,#cspan,#cspan,#cspan"); mygrid.setSkin("xp");
mygrid.init();
mygrid.enableSmartRendering(true);
mygrid.loadXML("500.xml");</script>
|
|