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