Four Js Development Tools Forum

Discussions by product => Genero BDL => Topic started by: Ernest D. on February 12, 2009, 11:34:10 am



Title: Table functions
Post by: Ernest D. on February 12, 2009, 11:34:10 am
Hello,

Do you plan to implement to the tables all/some of the functions like SEARCH/FILTER/SUMMARIES/BUTTONS?

It would behave like this, the last row of each column would contain either all the functions or just some of them:

SEARCH
•   When writing the text into “search” field, the program would dynamically be looking for the given String and returning/displaying the given row

FILTER
•   When writing the text into “filter” field, the program would dynamically select from the current array just the records that satisfy the given criteria and display them

SUMMARY of selected columns
•   Would contain summary of the selected column

BUTTON
•   Would contain a button – the function of it would be implemented by the programmer

Thank you