Posts: 535
Threads: 31
Joined: Jul 2010
I'm giving you three guesses...
Posts: 2,905
Threads: 59
Joined: Jun 2010
Instead of using shift-click to select multiple rows how about adding an extra column of checkboxes? Would that make it any easier to implement?
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
I am using a column of checkboxes if that's what you mean. Shift-clicking is very useful, so that's why I want to include it. It already works without shift-clicking anyway.
I'm giving you three guesses...
Posts: 2,905
Threads: 59
Joined: Jun 2010
Ah okay. Yeah I agree shift-clicking would be really good in addition to the more traditional tick box method. I will add it as a knowledgebase tip to make sure that users know they can select multiple rows in that way.
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
Isn't shift-clicking a de-facto standard for column selections by now
I'm giving you three guesses...
Posts: 2,905
Threads: 59
Joined: Jun 2010
Yeah it probably is but some people may not know about it and a tip about it won't do any harm
Have
you completed
the interview?
Posts: 535
Threads: 31
Joined: Jul 2010
I'm giving you three guesses...
Posts: 535
Threads: 31
Joined: Jul 2010
I now made the selections work. I'll iron out a few bugs before continuing on to the "select all" checkbox. The main obstacle there is selecting all checkboxes on all pages when filtering is in effect. I'll also take a look at the
DataTables API along with their
plugin API to see if it's easier and prettier to implement it using those (and it probably is).
I just tried a couple of the already existing datatables API examples related to selecting. While they work, they don't support shift-clicking, and don't take into account filtering. This pretty much makes them useless in Commentics. They do however supply good examples of using the API. I plan on making it work without the API first (since it already pretty much does), and then adopting the API to make things more readable, and take up less space.
I just tried a couple of the already existing datatables API examples related to selecting. While they work, they don't support shift-clicking, and don't take into account filtering. This pretty much makes them useless in Commentics. They do however supply good examples of using the API. I plan on making it work without the API first (since it already pretty much does), and then adopting the API to make things more readable, and take up less space.
I'm giving you three guesses...
Posts: 2,905
Threads: 59
Joined: Jun 2010
Have
you completed
the interview?
Posts: 2,905
Threads: 59
Joined: Jun 2010
How is this feature progressing Static? I ask because I may release v1.3 very soon so would you be okay with this not being included until the next version?
Have
you completed
the interview?