Jump to content
MakeWebGames

Improvements for the table editor


Recommended Posts

So, following the wishes here, that's what I will try to look into next week:

- Be able to decide which columns will be displayed in the list

- Have some limit of the number of rows displayed (is a paging really useful? Or we can simply display the 100 or 200 first rows?)

- Be able to sort by any column (click on the title and sort, click again on it, reverse the sort)

- Filter by any column (a filter per column will be available)

- Browsing, filter, sort should be ajax driven, the edit, maybe not. I shall check.

- Maybe improve the overall look of it?

What else would you need or think?

Link to comment
Share on other sites

And here is a small preview:

[ATTACH]850[/ATTACH]

Sort, and filter per column work, as well as added the option in the config.xml to define which column to display. I will look into the paging and then it should be ready. Only drawback is that I had to change the AJAX lib, was missing the Secure inside the Ajax output, and therefore any link produced via AJAX wasn't valid.

So now we will have the choice to make a 1.1.6 release for that, or just wait till next release. Will be up to you guys.

filter_table.JPG.065325576b2a3371a6bef85189b75db1.JPG

Link to comment
Share on other sites

Done, I managed to make it work with the current version of the Ajax lib, added some simple paging, sort and filters are in, as well as the option to choose which column to display (as demonstrated by the combat module which I upgraded to include it).

The browsing of the data (filter, sort and paging) is done via ajax.

Comments, feedback and further requests are welcome ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...