Hi Mohammad,
>
> 1. When the limit on the footer set to show all you, the pagination
> disappeared and you can not set a new limit and one has to edit the
> tiddler
> and set the tbl-limit field
>
> This is by design. The default value for *Show Pagination*
(tbl-show-pagination) is* auto*. This means it will only show pagination
if there are more records than what *Limit* (tbl-limit) is set to.
Alternatively, you can set tbl-show-pagination to true or false to force it
on or off. The default values for new tables can be changed in
*$:/plugins/aaldrich/tables/defaults.*
>
> 1. When the width set to some values less than 100% none of footer
> (pagination) nor the red strip (warning for delete all tiddlers) follow
> the
> width setting and occupy the 100% of tiddler width
>
> The reason these elements do not resize with the table is because they are
not part of the table. This is why the whole table (and these elements) are
wrapped in a containing <div> element. What you want to do is keep *Table*
(tbl-style-table)
set to *width:100%; *and set *Container* (tbl-style-container) to whatever
you like; for instance: *width:80%;*
I hope this helps,
Alan
On Sunday, December 15, 2019 at 11:28:48 PM UTC-6, Mohammad wrote:
>
> Hi Alan,
>
> More comments
>
> 1. When the limit on the footer set to show all you, the pagination
> disappeared and you can not set a new limit and one has to edit the
> tiddler
> and set the tbl-limit field
> 2. When the width set to some values less than 100% none of footer
> (pagination) nor the red strip (warning for delete all tiddlers) follow
> the
> width setting and occupy the 100% of tiddler width
>
>
>
> On Sunday, December 15, 2019 at 10:35:19 AM UTC+3:30, Alan Aldrich wrote:
>>
>> TiddlyTables 0.6.20 is now available at: tiddlytables.tiddlyspot.com/
>>
>> This release includes:
>>
>> - New column template utilizing the Radio Widget. column* tbl-radio*
>> renders a radio input that sets field *tbl-selected-record* of the
>> current table to the selected record.
>> - Title param included by default when clicking *new table button*.
>> - *tbl-show-mode* - dedicated toggle in options menu (and defaults)
>> to toggle the mode button. Now the editor and mode buttons can be hidden
>> independently.
>> - Several important Bugfixes.
>> - Special thanks to Mohammad and Eric Shulman for their contributions
>> to this release.
>>
>>
>>
>> On Friday, December 13, 2019 at 1:26:50 AM UTC-6, Alan Aldrich wrote:
>>>
>>> Mohammad, I thought about it and I cannot recall why I decided to go
>>> that route. Another option would be to use the tag macro. My best guess is
>>> I didn't know about either of these options at the time. I like the
>>> simplicity of your suggested template and will change to it in the next
>>> release. Thanks for pointing it out, excellent feedback as always!
>>> Alan
>>>
>>> On Thursday, December 12, 2019 at 3:07:53 AM UTC-6, Mohammad wrote:
>>>>
>>>> Hi Alan,
>>>> I realized for tags template you have developed your own template! I
>>>> think you can use the core template for this purpose.
>>>>
>>>> So, in $:/plugins/aaldrich/tables/template/body/tags
>>>> replace the content with below
>>>>
>>>> <td class=<<tagcls>>>
>>>> <$tiddler
>>>> tiddler=<<currentRecord>>>{{||$:/core/ui/ViewTemplate/tags}}</$tiddler>
>>>> </td>
>>>>
>>>> where tagclass is used to adjust the margin as TW margin is high for
>>>> table cell
>>>>
>>>> .tagclass .tc-tags-wrapper{ margin:2px 0px; }
>>>>
>>>>
>>>> What do you think?
>>>>
>>>> --Mohammad
>>>>
>>>> On Tuesday, December 10, 2019 at 10:37:53 PM UTC+3:30, Alan Aldrich
>>>> wrote:
>>>>>
>>>>> Due to a critical bug, TiddlyTables 0.6.19 has been released:
>>>>> http://tiddlytables.tiddlyspot.com/
>>>>>
>>>>> Thanks HC Haase and Mohammad for finding the bug and recommending a
>>>>> fix.
>>>>>
>>>>> Best regards,
>>>>> Alan
>>>>>
>>>>>
>>>>> On Tuesday, December 10, 2019 at 5:24:00 AM UTC-6, Mohammad wrote:
>>>>>>
>>>>>> Hi Arlen,
>>>>>>
>>>>>> 1. edit tiddler App Idea as bellow
>>>>>> {{!!description}} This is a test
>>>>>> 2. Create a new Table with tbl-expand
>>>>>> 3. expand the App Idea and look at the text it displays
>>>>>> 4. do you see the description correctly?
>>>>>>
>>>>>> --Mohammad
>>>>>>
>>>>>>
>>>>>> On Tuesday, December 10, 2019 at 7:37:50 AM UTC+3:30, Alan Aldrich
>>>>>> wrote:
>>>>>>>
>>>>>>> Mohammad,
>>>>>>> I was unable to reproduce the bug as described. However I have been
>>>>>>> aware of some issues with transclusion and have include some major
>>>>>>> enhancements in the latest release to correct them. There are quite a
>>>>>>> few
>>>>>>> new features that I will highlight in my next post. I think with a bit
>>>>>>> more
>>>>>>> testing/tweaks we can call this thing a stable 1.0. Please feel free to
>>>>>>> test/break it as much as you can. Thank you for your support,
>>>>>>> Alan
>>>>>>>
>>>>>>> On Friday, December 6, 2019 at 8:47:17 AM UTC-6, Mohammad wrote:
>>>>>>>>
>>>>>>>> Alan,
>>>>>>>> The rev 0.6.15 has a bug can be simply resolved. It is about
>>>>>>>> transclusion a tiddler itself transcludes some of its fields.
>>>>>>>> See HC Haase bug report here:
>>>>>>>>
>>>>>>>> https://groups.google.com/d/msg/tiddlywiki/c4xVcquRsAc/dbndyp0IAgAJ
>>>>>>>>
>>>>>>>>
>>>>>>>> I have addressed it by adding <$tiddler tiddler=<<currentRecord>>
>>>>>>>> ....
>>>>>>>>
>>>>>>>>
>>>>>>>> --Mohammad
>>>>>>>>
>>>>>>>> On Thursday, December 5, 2019 at 9:54:24 PM UTC+3:30, Alan Aldrich
>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> Hi Mohammad,
>>>>>>>>> I experimented with the concept you used in your wiki, disabling
>>>>>>>>> editing of columns that are sorted. I understand the issue you speak
>>>>>>>>> of.
>>>>>>>>> Another similar issue occurs when editing a table that is sorted by
>>>>>>>>> modified date. The sorting jumps around and causes the field being
>>>>>>>>> edited
>>>>>>>>> to lose focus. I am still looking for a solution that will handle all
>>>>>>>>> scenarios of this issue. more to come.
>>>>>>>>> Take care,
>>>>>>>>> Alan
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Thursday, December 5, 2019 at 2:51:13 AM UTC-6, Mohammad wrote:
>>>>>>>>>>
>>>>>>>>>> Hi Alan,
>>>>>>>>>> These are great enhancements:
>>>>>>>>>>
>>>>>>>>>> - supporting data tiddlers
>>>>>>>>>> - edit/read mode with toggle button
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Just a commend
>>>>>>>>>> Editing a cell in a column used to sort table may loose focuses
>>>>>>>>>> specially when the edited cell move up/down based on the new value
>>>>>>>>>>
>>>>>>>>>> --Mohammad
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Thursday, December 5, 2019 at 11:10:46 AM UTC+3:30, Alan
>>>>>>>>>> Aldrich wrote:
>>>>>>>>>>>
>>>>>>>>>>> All,
>>>>>>>>>>>
>>>>>>>>>>> I have updated http://tiddlytables.tiddlyspot.com/ with the
>>>>>>>>>>> latest release of TiddlyTables. Version 0.6.15 includes many
>>>>>>>>>>> enhancements.
>>>>>>>>>>> Here are some of the big ones:
>>>>>>>>>>>
>>>>>>>>>>> - Added Support for Data Tiddlers
>>>>>>>>>>> - Global default for edit mode
>>>>>>>>>>> - Toggle button for edit mode
>>>>>>>>>>> - Tooltips
>>>>>>>>>>> - New edit template
>>>>>>>>>>> - Style/theme improvements
>>>>>>>>>>> - Minor UI improvements and Bugfixes
>>>>>>>>>>>
>>>>>>>>>>> Many thanks Mohammad! The example you shared and some of your
>>>>>>>>>>> comments inspired most of these updates.
>>>>>>>>>>>
>>>>>>>>>>> Cheers,
>>>>>>>>>>> Alan
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Wednesday, December 4, 2019 at 1:19:50 PM UTC-6, Mohammad
>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Alan
>>>>>>>>>>>>
>>>>>>>>>>>> On Tuesday, December 3, 2019 at 3:32:19 AM UTC+3:30, Alan
>>>>>>>>>>>> Aldrich wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>> I would love to get more technical feedback on the code in
>>>>>>>>>>>>> case there are some optimizations that can be made. I may need to
>>>>>>>>>>>>> post
>>>>>>>>>>>>> something on TiddlyWikiDev for that. In any case, I think the
>>>>>>>>>>>>> next big
>>>>>>>>>>>>> milestone is the 1.0 stable release. I want to make sure there
>>>>>>>>>>>>> aren't any
>>>>>>>>>>>>> missing use cases, documentation is adequate, and of course no
>>>>>>>>>>>>> bugs. Thank
>>>>>>>>>>>>> you for your feedback so far and thanks in advance for any future
>>>>>>>>>>>>> testing/feedback.
>>>>>>>>>>>>>
>>>>>>>>>>>>> I think this needs to discuss different part of the code here
>>>>>>>>>>>> to get more feedback! TiddlyTables has hundreds line of code!
>>>>>>>>>>>> Your tiddler approach in developing TiddlyTables is very
>>>>>>>>>>>> interesting!
>>>>>>>>>>>>
>>>>>>>>>>>> --Mohammad
>>>>>>>>>>>>
>>>>>>>>>>>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/45efad71-8e1f-4094-8625-da686a72287a%40googlegroups.com.