Menu

#21 search,page number,record selector

closed
nobody
None
5
2016-01-23
2016-01-21
abduo
No
  • the project need to improve record selector
  • add (go to first & go to end & next page & Previous page )
  • add sort (asc,desc) record using one of table filed
  • add search in table method

thanks...+

Discussion

  • Oleg Savchuk

    Oleg Savchuk - 2016-01-22

    Hi,

    thank you for request. There are my comments:

    • goto first page ("First") already displayed if you are on second or further pages
    • next page ("Next") already displayed
    • prevouis page ("Back") already displayed if you are on second or further pages
    • goto end is not implemented because phpMiniAdmin doesn't count number of records, it simply provide you page navigation so you decide where to go. Also you may just add "order by XXX desc" to query and see records from last to first order
    • sorting also can be easily done right in your queires by adding "order by XXX"
    • same with search - just use "FIELD LIKE '%SEARCH_STRING%"

    I am open to discussion about features, but I just want to keep phpMiniAdmin as simple as possible. If you show some cases where described features (goto end, search, sorting) is extremely useful I might agree and implement it.

     
  • Oleg Savchuk

    Oleg Savchuk - 2016-01-23
    • status: open --> closed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.