when will vuetify 3.0 beta support v-data-table - v-data-table

When is vuetify 3 going to support v-data-table in vue3?
i have tried to us vuetify 3.0 beta and apparently it doesn't support v-data-table with vue 3.
Is there a schedule for this? I'm stuck with the migrations as my apps uses this table as a main feature in the main page.

According to this comment on Github, data table will not be part of vuetify 3.0 but 3.1.

Related

Vuetify template in Vuejs/Ionic

I've confused about vue-ionic. I've decided to make mobile app with Ionic. That's okey. Then I couldn't use Angular. I installed vuejs for frontend. (vue-ionic).After that I decide to use Vuetify for material design. Now which template should I use ? or Vuetify template tags ? When I use vuetify tags, would it cause problems on the mobile device?
I have been creating a website and vuetify has a section on there website where it tells how to adapt your website to the size of the device using tags like:
xs sm or md and you can also make some things only apear on small devices
i recomend you take a look at this serie from academind that shows a litle of what you can do with vuetify:
https://www.youtube.com/watch?v=FXY1UyQfSFw&list=PL55RiY5tL51qxUbODJG9cgrsVd7ZHbPrt&index=1

How to add custom styles inside SilverStripe 4 CMS

Would anyone know what is the best way to add custom CSS for pages inside the CMS ?
I found we could do something like that, inside config.yml:
SilverStripe\Forms\HTMLEditor\TinyMCEConfig:
base_dir: 'silverstripe/admin:thirdparty/tinymce'
editor_css:
- 'themes/base/build/bundle-editor.css'
but that's only linked to TinyMCE, and I would like to add my styles to all the pages in the CMS, or at least for the pages that uses SilverStripe\Forms\TreeDropdownField as it is broken:
TreeDropdownField broken
Thank you
This is unfortunately a core bug, which has been fixed already and will be released in the next 4.0.x release (4.0.2), or 4.1.0.
More information: https://github.com/silverstripe/silverstripe-admin/issues/377
Edit: 4.0.2 has been released, so this should be resolved now.

Microsoft Edge Compatibility

My application is currently using Struts 2.0. The date above are being displayed by the use of struts tag: s:date
It displays invalid date when I'm using MS Edge version 20.xxx but WORKS FINE when I'm using MS Edge version 25.xxx up to the latest which is 40.xxx.
I've been looking for documentation regarding compatibility of Microsoft Edge to Struts 2.0. Unfortunately, I can't find anything.. so far.
Any insights about this matter?

TYPO3 Calendar plugin/extension. Which one to choose?

I have no clue about where to get started with my calendar plugin. Can you please suggest me if it's easy to create one from the scratch or use an existing one and modify it. If it's the later, which plugin would be better. The following are some key functionalities of my calendar:
The created events should be approved by someone (maybe an authorized group or something).
The events should be customized to be displayed only on specific pages or all the pages.
Add media library
Now, which one would be a better idea...to start a new one..or build on an existing one ? . I'm using TYPO3 6.1.0. and extension builder for creating an extension/plugin.
Thanks
The most popular calendar TYPO3 extension is cal. I think, it's the most complete one.
http://typo3.org/extensions/repository/view/cal
Currently on TER You could find versions which are compatible with TYPO3 CMS up to 6.2.99. You could or participate in its developement, or You could fork it, or You could be inspired by it's functionalities and make Your own.

What is FederatedPassiveSignIn replacement in WIF 4.5

As from MS, FederatedPassiveSignIn is no longer supported in WIF 4.5, http://msdn.microsoft.com/en-us/library/jj157091.aspx. I want to know how to replace that control on asp.net page for an upgrade.
Recently, I've built a replacement and published to a community. It now supports a basic button style and an auto sign in, I am open to bug submits and feature requests.
http://netpl.blogspot.com/2013/06/federatedpassivesignin-for-wif-and.html